Skip to content

Commit 17f5a13

Browse files
committed
MAGETWO-44648: Code style fixes
1 parent 460b40b commit 17f5a13

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/grid/columns

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/grid/columns/onoff.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ define([
8282
for (i = 0; i < this.selected().length; i++) {
8383
key = this.selected()[i];
8484
this.selectedData.hasOwnProperty(key) || this.selected.splice(this.selected().indexOf(key), 1);
85-
this.selectedData.hasOwnProperty(key) || (i--);
85+
this.selectedData.hasOwnProperty(key) || i--;
8686
}
8787
},
8888

0 commit comments

Comments
 (0)