Skip to content

Commit 156dcc0

Browse files
Stanislav Idolovrostyslav-hymon
authored andcommitted
#14319: Fixed js code style
1 parent 5a2e819 commit 156dcc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/web/mage/validation.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,9 @@
195195
var empty = $(element).closest('table')
196196
.find('input.required-option:visible')
197197
.filter(function (i, el) {
198-
if($(el).is('disabled'))
198+
if ($(el).is('disabled')) {
199199
return $.mage.isEmpty(el.value);
200+
}
200201
})
201202
.length;
202203

0 commit comments

Comments
 (0)