diff options
author | Jose Antonio Marquez | 2012-02-02 18:20:45 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-02 18:20:45 -0800 |
commit | 9b5ad78b393e87d84e79abe0abd0c96a685e5962 (patch) | |
tree | 11cdeba56ef2c8666625299125ec7c32f076cc80 /js/ninja.reel/ninja.js | |
parent | 04d89daed90c35a4393773ca2e2d0ac3a4c15cd4 (diff) | |
download | ninja-9b5ad78b393e87d84e79abe0abd0c96a685e5962.tar.gz |
Removing reference to Ninja Utils
This was removed, will need to check was it affects. Also added the removed checking script on Ninja didDraw to prompt user for cloud simulator.
Diffstat (limited to 'js/ninja.reel/ninja.js')
-rwxr-xr-x | js/ninja.reel/ninja.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/ninja.reel/ninja.js b/js/ninja.reel/ninja.js index 90015f5a..3b9fc1c5 100755 --- a/js/ninja.reel/ninja.js +++ b/js/ninja.reel/ninja.js | |||
@@ -101,6 +101,9 @@ exports.Ninja = Montage.create(Component, { | |||
101 | didDraw: { | 101 | didDraw: { |
102 | value: function() { | 102 | value: function() { |
103 | if(!this._didDraw) { | 103 | if(!this._didDraw) { |
104 | if (!this.application.ninja.coreIoApi.ioServiceDetected) { | ||
105 | var check = this.application.ninja.coreIoApi.cloudAvailable(); | ||
106 | } | ||
104 | NJevent("appLoaded"); | 107 | NJevent("appLoaded"); |
105 | this._didDraw = true; | 108 | this._didDraw = true; |
106 | } | 109 | } |