diff options
author | Jose Antonio Marquez | 2012-02-10 15:29:12 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-10 15:29:12 -0800 |
commit | 632a5daca17acb774b9344ccc0e9107f1643924c (patch) | |
tree | 2f09f2f50f0e4a7b97bb7a2b7e2d487765bb89ff /js/ninja.reel/ninja.html | |
parent | 13b98b96ab36da5029204aa2a35d0d646d471274 (diff) | |
download | ninja-632a5daca17acb774b9344ccc0e9107f1643924c.tar.gz |
File Open
Adding the functionality to open a basic file.
Diffstat (limited to 'js/ninja.reel/ninja.html')
-rwxr-xr-x | js/ninja.reel/ninja.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html index 6630f4a8..c170b16f 100755 --- a/js/ninja.reel/ninja.html +++ b/js/ninja.reel/ninja.html | |||
@@ -232,7 +232,7 @@ | |||
232 | }, | 232 | }, |
233 | 233 | ||
234 | "documentController1": { | 234 | "documentController1": { |
235 | "module": "js/io/document/document-controller", | 235 | "module": "js/controllers/document-controller", |
236 | "name": "DocumentController" | 236 | "name": "DocumentController" |
237 | }, | 237 | }, |
238 | 238 | ||