Skip to content

Commit

Permalink
* fix code error of chosen icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Sep 1, 2015
1 parent 3d73b53 commit 278c696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/chosen.icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@

ChosenIcons.prototype.getOptionHtml = function(value)
{
name = value;
var name = value;
if (value && value.length > 0)
{
value = 'icon-' + value;
Expand Down

0 comments on commit 278c696

Please sign in to comment.