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/io/ui/save-as-dialog.reel/save-as-dialog.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/io/ui/save-as-dialog.reel/save-as-dialog.js')
-rw-r--r-- | js/io/ui/save-as-dialog.reel/save-as-dialog.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/io/ui/save-as-dialog.reel/save-as-dialog.js b/js/io/ui/save-as-dialog.reel/save-as-dialog.js index b20bed87..de5266a5 100644 --- a/js/io/ui/save-as-dialog.reel/save-as-dialog.js +++ b/js/io/ui/save-as-dialog.reel/save-as-dialog.js | |||
@@ -5,8 +5,8 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
5 | </copyright> */ | 5 | </copyright> */ |
6 | 6 | ||
7 | var Montage = require("montage/core/core").Montage, | 7 | var Montage = require("montage/core/core").Montage, |
8 | Component = require("montage/ui/component").Component, | 8 | Component = require("montage/ui/component").Component; |
9 | nj= require("js/lib/NJUtils.js").NJUtils; | 9 | //nj= ("js/lib/NJUtils.js").NJUtils; |
10 | 10 | ||
11 | var SaveAsDialog = exports.SaveAsDialog = Montage.create(Component, { | 11 | var SaveAsDialog = exports.SaveAsDialog = Montage.create(Component, { |
12 | 12 | ||