Skip to content

Commit

Permalink
Remove extra semocolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashish Patel authored and Ashish Patel committed Mar 4, 2016
1 parent fa74f85 commit b682e02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ CountryModel.prototype = {
{
for (var i=0; i<element.options.length; i++) {
if (element.options[i].selected) {
element.options[i].selected=false;;
element.options[i].selected=false;
}
}
},
Expand Down

0 comments on commit b682e02

Please sign in to comment.