aboutsummaryrefslogtreecommitdiff
path: root/js/ninja.reel/ninja.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-02-01 16:43:08 -0800
committerValerio Virgillito2012-02-02 15:33:42 -0800
commit7e23cfe542f29148ed315586830785de59201f92 (patch)
tree53679669bf49d460c7ad8825bc17942ada12b895 /js/ninja.reel/ninja.html
parent14923120c4a85ea167653a96bd09eb170c9a4651 (diff)
downloadninja-7e23cfe542f29148ed315586830785de59201f92.tar.gz
Adding njUtils as a component and adding it to the application object
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/ninja.reel/ninja.html')
-rw-r--r--js/ninja.reel/ninja.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html
index 706c8243..f3ff3d58 100644
--- a/js/ninja.reel/ninja.html
+++ b/js/ninja.reel/ninja.html
@@ -259,6 +259,11 @@
259 "name": "NewFileWorkflowController" 259 "name": "NewFileWorkflowController"
260 }, 260 },
261 261
262 "njUtils": {
263 "module":"js/lib/nj-utils",
264 "name": "NJUtils"
265 },
266
262 "owner": { 267 "owner": {
263 "module": "js/ninja.reel", 268 "module": "js/ninja.reel",
264 "name": "Ninja", 269 "name": "Ninja",
@@ -279,7 +284,8 @@
279 "stylesController": {"@": "stylesController"}, 284 "stylesController": {"@": "stylesController"},
280 "filePickerController": {"@": "filePickerController"}, 285 "filePickerController": {"@": "filePickerController"},
281 "newFileController": {"@": "newFileController"}, 286 "newFileController": {"@": "newFileController"},
282 "documentBar": {"@": "documentBar"} 287 "documentBar": {"@": "documentBar"},
288 "njUtils": {"@": "njUtils"}
283 } 289 }
284 } 290 }
285 291