aboutsummaryrefslogtreecommitdiff
path: root/js/ninja.reel/ninja.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-30 17:45:38 -0700
committerValerio Virgillito2012-05-30 17:45:38 -0700
commit0a769756547acb93346d8e1b4126931a78845255 (patch)
treec901c0522eb74eb56250d5df591ac14432e76aed /js/ninja.reel/ninja.html
parentcbb888376282c7f6a5151478956b037e71d3b027 (diff)
downloadninja-0a769756547acb93346d8e1b4126931a78845255.tar.gz
opening code view documents
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/ninja.reel/ninja.html')
-rwxr-xr-xjs/ninja.reel/ninja.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html
index ab4eed84..d9bebc36 100755
--- a/js/ninja.reel/ninja.html
+++ b/js/ninja.reel/ninja.html
@@ -345,7 +345,10 @@
345 }, 345 },
346 346
347 "codeEditorController": { 347 "codeEditorController": {
348 "prototype": "js/controllers/code-editor-controller" 348 "prototype": "js/controllers/code-editor-controller",
349 "bindings": {
350 "currentDocument": {"<-": "@documentList.selectedObjects.0"}
351 }
349 }, 352 },
350 353
351 "owner": { 354 "owner": {