Skip to content

Commit 908100b

Browse files
committed
code quality improved
1 parent 224f737 commit 908100b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/web/mage/validation.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1912,7 +1912,6 @@
19121912
element.element.attr('name', element.name);
19131913
element.element.removeAttr('orig-name');
19141914
});
1915-
19161915
/* Call the originalSubmitHandler if it's a function */
19171916
typeof originalSubmitHandler === 'function' ? originalSubmitHandler(form) : form.submit();
19181917
};

0 commit comments

Comments
 (0)