catlab-remote-client 1.3.8 → 2.0.0

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.
@@ -20,8 +20,9 @@ require.config ({
20
20
  'rivets' : '../vendor/rivets/dist/rivets.min',
21
21
  'sightglass' : '../vendor/sightglass/index',
22
22
 
23
- 'createjsassets' : '../themes/quizwitz/remote',
23
+ 'createjsassets' : '../themes/portal/remote',
24
24
  'emojione' : '../vendor/emojione/lib/js/emojione',
25
+ 'screenfull' : '../vendor/screenfull/dist/screenfull',
25
26
 
26
27
  'simple-keyboard' : '../vendor/simple-keyboard/build/index',
27
28
  'SimpleKeyboard' : '../vendor/simple-keyboard/build/index',
@@ -52,12 +53,17 @@ require.config ({
52
53
  },
53
54
 
54
55
  createjsassets : {
55
- exports : 'quizwitzremote'
56
+ deps: ['preloadjs'],
57
+ exports : 'AdobeAn'
56
58
  },
57
59
 
58
60
  emojione : {
59
61
  exports: 'emojione'
60
62
  },
63
+
64
+ screenfull: {
65
+ exports: 'screenfull'
66
+ }
61
67
  }
62
68
  });
63
69
 
@@ -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",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"},shim:{EaselJS:{deps:[],exports:"createjs"},PreloadJS:{deps:["EaselJS"],exports:"createjs"},catlabremote:{},createjsassets:{exports:"quizwitzremote"},emojione:{exports:"emojione"}}}),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/portal/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:"AdobeAn"},emojione:{exports:"emojione"},screenfull:{exports:"screenfull"}}}),define(["catlabremote"],(function(e){return e}));