Introduced or adjusted 'define' pattern in script files for explicit declaration of jQuery dependency
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
(function ($, document, window) {
|
||||
define(['jQuery'], function ($) {
|
||||
|
||||
var currentConfig;
|
||||
|
||||
@@ -138,4 +138,4 @@
|
||||
|
||||
});
|
||||
|
||||
})(jQuery, document, window);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user