From c936512e717204c4060f73b16b81080bc64ef9ca Mon Sep 17 00:00:00 2001 From: vitalets <noginsk@rambler.ru> Date: Wed, 7 Aug 2013 11:26:47 +0400 Subject: [PATCH] comments for testing --- test/loader.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/loader.js b/test/loader.js index 551adc1..21825fd 100644 --- a/test/loader.js +++ b/test/loader.js @@ -15,7 +15,9 @@ define(function () { loadCss: loadCss, getConfig: function (baseUrl) { - var jqueryui_ver = '1.10.3', + var + jqueryui_ver = '1.10.3', + // jqueryui_ver = '1.9.1', paths = { // "bootstrap": "../test/libs/bootstrap221", // "bootstrap": "../test/libs/bootstrap222", @@ -157,6 +159,8 @@ define(function () { ------------------------------ */ 'jqueryui_js': { deps: ['require'], + //temp: test simultaneous jquery-ui with bootstrap + //deps: ['require', 'bootstrap/js/bootstrap'], init: function(require) { //loadCss(require.toUrl("../css/redmond/jquery-ui-1.10.1.custom.css")); loadCss(require.toUrl("../test/libs/jquery-ui-"+jqueryui_ver+".custom/css/redmond/jquery-ui-"+jqueryui_ver+".custom.css"));