catlab-remote-client 1.2.13 → 1.2.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,13 +12,11 @@ require.config ({
12
12
  'soundjs': "../vendor/SoundJS/lib/soundjs",
13
13
  'tweenjs': "../vendor/TweenJS/lib/tweenjs",
14
14
 
15
+ 'jquery': "../vendor/jquery/dist/jquery",
16
+
15
17
  'underscore': "../vendor/underscore/underscore",
16
18
  'backbone': "../vendor/backbone/backbone",
17
19
 
18
- 'jquery': "../vendor/jquery/dist/jquery",
19
- 'jquery-ui' : "../vendor/jquery-ui/dist/jquery-ui",
20
- 'jquery-ui-touch-punch' : "../vendor/jquery-ui-touch-punch/jquery.ui.touch-punch",
21
-
22
20
  'sprintf' : '../vendor/sprintf-js/dist/sprintf.min',
23
21
  'rivets' : '../vendor/rivets/dist/rivets.min',
24
22
  'sightglass' : '../vendor/sightglass/index',
@@ -1 +1 @@
1
- require.config({paths:{easelbone:"../../node_modules/easelbone/dist/scripts/easelbone",easelhacks:"../../node_modules/easelhacks/dist/scripts/easelhacks",EaselJS:"../../node_modules/EaselJS/lib/easeljs",PreloadJS:"../../node_modules/PreloadJS/lib/preloadjs",SoundJS:"../../node_modules/SoundJS/lib/soundjs",TweenJS:"../../node_modules/TweenJS/lib/tweenjs",underscore:"../../node_modules/underscore/underscore",backbone:"../../node_modules/backbone/backbone",jquery:"../../node_modules/jquery/dist/jquery",sprintf:"../../node_modules/sprintf-js/dist/sprintf.min",rivets:"../../node_modules/rivets/dist/rivets.min",sightglass:"../../node_modules/sightglass/index",createjsassets:"../themes/quizwitz/remote",emojione:"../../node_modules/emojione/lib/js/emojione",screenfull:"../../node_modules/screenfull/dist/screenfull"},shim:{EaselJS:{deps:[],exports:"createjs"},PreloadJS:{deps:["EaselJS"],exports:"createjs"},catlabremote:{},createjsassets:{exports:"quizwitzremote"},emojione:{exports:"emojione"},screenfull:{exports:"screenfull"}}}),define(["catlabremote"],(function(e){return e}));
1
+ require.config({paths:{easelbone:"../../node_modules/easelbone/dist/scripts/easelbone",easelhacks:"../../node_modules/easelhacks/dist/scripts/easelhacks",EaselJS:"../../node_modules/EaselJS/lib/easeljs",PreloadJS:"../../node_modules/PreloadJS/lib/preloadjs",SoundJS:"../../node_modules/SoundJS/lib/soundjs",TweenJS:"../../node_modules/TweenJS/lib/tweenjs",underscore:"../../node_modules/underscore/underscore",backbone:"../../node_modules/backbone/backbone",sprintf:"../../node_modules/sprintf-js/dist/sprintf.min",rivets:"../../node_modules/rivets/dist/rivets.min",sightglass:"../../node_modules/sightglass/index",createjsassets:"../themes/quizwitz/remote",emojione:"../../node_modules/emojione/lib/js/emojione",screenfull:"../../node_modules/screenfull/dist/screenfull"},shim:{EaselJS:{deps:[],exports:"createjs"},PreloadJS:{deps:["EaselJS"],exports:"createjs"},catlabremote:{},createjsassets:{exports:"quizwitzremote"},emojione:{exports:"emojione"},screenfull:{exports:"screenfull"}}}),define(["catlabremote"],(function(e){return e}));