aboutsummaryrefslogtreecommitdiff
path: root/js/ninja.reel/ninja.html
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-01-29 17:27:29 -0800
committerJose Antonio Marquez2012-01-29 17:27:29 -0800
commit4d5f9c451524829f55ddf26642cb9fc28228b6ce (patch)
tree9d416a5554ee88f4571b79fde8f025a1da0fa326 /js/ninja.reel/ninja.html
parente9939af9ea90ff74859af21d2029621f8e8f8252 (diff)
downloadninja-4d5f9c451524829f55ddf26642cb9fc28228b6ce.tar.gz
Core API clean up
Cleaning up File IO core API and setting up to use URL from welcome screen or local storage. Class will perform an automatic check for IO API to be active, otherwise prompt user.
Diffstat (limited to 'js/ninja.reel/ninja.html')
-rwxr-xr-xjs/ninja.reel/ninja.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html
index 706c8243..26ad2256 100755
--- a/js/ninja.reel/ninja.html
+++ b/js/ninja.reel/ninja.html
@@ -258,6 +258,11 @@
258 "module": "js/io/workflow/newFileDialog/new-file-workflow-controller", 258 "module": "js/io/workflow/newFileDialog/new-file-workflow-controller",
259 "name": "NewFileWorkflowController" 259 "name": "NewFileWorkflowController"
260 }, 260 },
261
262 "coreIoApi1": {
263 "module": "js/io/system/coreioapi",
264 "name": "CoreIoApi"
265 },
261 266
262 "owner": { 267 "owner": {
263 "module": "js/ninja.reel", 268 "module": "js/ninja.reel",
@@ -279,6 +284,7 @@
279 "stylesController": {"@": "stylesController"}, 284 "stylesController": {"@": "stylesController"},
280 "filePickerController": {"@": "filePickerController"}, 285 "filePickerController": {"@": "filePickerController"},
281 "newFileController": {"@": "newFileController"}, 286 "newFileController": {"@": "newFileController"},
287 "coreIoApi": {"@": "coreIoApi1"},
282 "documentBar": {"@": "documentBar"} 288 "documentBar": {"@": "documentBar"}
283 } 289 }
284 } 290 }