summaryrefslogtreecommitdiff
path: root/public-src/require.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'public-src/require.config.js')
-rw-r--r--public-src/require.config.js11
1 files changed, 6 insertions, 5 deletions
diff --git a/public-src/require.config.js b/public-src/require.config.js
index e824aaa..50732cf 100644
--- a/public-src/require.config.js
+++ b/public-src/require.config.js
@@ -15,9 +15,10 @@ var require = {
exports: "jarmon"
},
// jQuery plugins
- "jquerytools/tabs/tabs" : { deps: ["jquery"], exports: "jQuery.tools.tabs" },
- "jquerytools/toolbox/toolbox.history" : { deps: ["jquery" /* <1.9 */], exports: "jQuery.tools.history" },
- "flot/jquery.flot" : { deps: ["jquery" /* <1.9 */], exports: "jQuery.plot" },
+ "jquery-migrate" : { deps: ["jquery"], exports: "jQuery.migrateVersion" },
+ "jquerytools/tabs/tabs" : { deps: ["jquery", "jquery-migrate"], exports: "jQuery.tools.tabs" },
+ "jquerytools/toolbox/toolbox.history" : { deps: ["jquery", "jquery-migrate"], exports: "jQuery.tools.history" },
+ "flot/jquery.flot" : { deps: ["jquery"], exports: "jQuery.plot" },
// Flot plugins
"flot/jquery.flot.time" : { deps: ["flot/jquery.flot"] },
"flot/jquery.flot.selection" : { deps: ["flot/jquery.flot"] },
@@ -30,11 +31,11 @@ var require = {
"flot" : "/3rd-party/yarn/flot",
"jarmon" : "/3rd-party/yarn/jarmon/jarmon/jarmon",
"javascriptrrd" : "/3rd-party/yarn/javascriptrrd/src/lib",
+ "jquery" : "/3rd-party/yarn/jquery/dist/jquery",
+ "jquery-migrate": "/3rd-party/yarn/jquery-migrate/dist/jquery-migrate",
"jquerytools" : "/3rd-party/yarn/jquerytools/src",
"requirejs" : "/3rd-party/yarn/requirejs/require",
- "jquery" : "/3rd-party/jquery-1.6.3",
-
"cfg" : "/cfg",
},
};