Skip to content

Commit 3db9442

Browse files
authored
added missing newline
1 parent 48de286 commit 3db9442

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Ui/view/base/web/js/lib/knockout/bindings

1 file changed

+1
-0
lines changed

app/code/Magento/Ui/view/base/web/js/lib/knockout/bindings/optgroup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ define([
302302
space = '\u2007\u2007\u2007';
303303

304304
obj[optionTitle] = applyToObject(option, optionsText + 'title', value);
305+
305306
if (disabled) {
306307
obj.disabled = disabled;
307308
}

0 commit comments

Comments
 (0)