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