Skip to content

Commit b682e02

Browse files
Ashish PatelAshish Patel
authored andcommitted
Remove extra semocolon
1 parent fa74f85 commit b682e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/view/adminhtml/templates/system/shipping/applicable_country.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ CountryModel.prototype = {
8686
{
8787
for (var i=0; i<element.options.length; i++) {
8888
if (element.options[i].selected) {
89-
element.options[i].selected=false;;
89+
element.options[i].selected=false;
9090
}
9191
}
9292
},

0 commit comments

Comments
 (0)