aboutsummaryrefslogtreecommitdiff
path: root/js/ninja.reel/ninja.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-06-01 00:54:02 -0700
committerValerio Virgillito2012-06-01 00:54:02 -0700
commit7fcb10270f9e19415f8452c261c2d0c86916a29a (patch)
tree67c039a42a7ac0eb0b4b6f7e18ab8339a8d00baa /js/ninja.reel/ninja.html
parent6079ceedb5b340c78ecd02f27dfa734eedccf512 (diff)
downloadninja-7fcb10270f9e19415f8452c261c2d0c86916a29a.tar.gz
fixed the 3d grid when switching documents and some cleanup
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 a6422f6e..0c0944e7 100755
--- a/js/ninja.reel/ninja.html
+++ b/js/ninja.reel/ninja.html
@@ -25,7 +25,10 @@
25 }, 25 },
26 26
27 "appModel": { 27 "appModel": {
28 "prototype": "js/models/app-model" 28 "prototype": "js/models/app-model",
29 "bindings": {
30 "currentDocument": {"<-": "@documentList.selectedObjects.0"}
31 }
29 }, 32 },
30 33
31 "materialsModel": { 34 "materialsModel": {