Skip to content

Commit 0c1104f

Browse files
Replaced jQuery with $ alias
1 parent de0ec20 commit 0c1104f

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Catalog/view/adminhtml/web/catalog/product/edit

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/view/adminhtml/web/catalog/product/edit/attribute.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
define([
77
'jquery',
88
'mage/mage'
9-
], function (jQuery) {
9+
], function ($) {
1010
'use strict';
1111

1212
return function (config, element) {
1313

14-
jQuery(element).mage('form').mage('validation', {
14+
$(element).mage('form').mage('validation', {
1515
validationUrl: config.validationUrl
1616
});
1717
};

0 commit comments

Comments
 (0)