From cf5ff07514854b8bcd49715b3bcac87e65899a9f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 19 Mar 2018 18:32:55 -0400 Subject: add a comment about needing jQuery < 1.9 --- public-src/require.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public-src/require.config.js b/public-src/require.config.js index a3194d9..432a906 100644 --- a/public-src/require.config.js +++ b/public-src/require.config.js @@ -16,8 +16,8 @@ var require = { }, // jQuery plugins "jquerytools/tabs" : { deps: ["jquery"], exports: "jQuery.tools.tabs" }, - "jquerytools/toolbox.history" : { deps: ["jquery"], exports: "jQuery.tools.history" }, - "flot/jquery.flot" : { deps: ["jquery"], exports: "jQuery.plot" }, + "jquerytools/toolbox.history" : { deps: ["jquery" /* <1.9 */], exports: "jQuery.tools.history" }, + "flot/jquery.flot" : { deps: ["jquery" /* <1.9 */], exports: "jQuery.plot" }, // Flot plugins "flot/jquery.flot.time" : { deps: ["flot/jquery.flot"] }, "flot/jquery.flot.selection" : { deps: ["flot/jquery.flot"] }, -- cgit v1.1-4-g5e80