aboutsummaryrefslogtreecommitdiff
path: root/js/ninja.reel/ninja.html
diff options
context:
space:
mode:
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 12dbf660..1f0582b1 100755
--- a/js/ninja.reel/ninja.html
+++ b/js/ninja.reel/ninja.html
@@ -324,7 +324,10 @@
324 }, 324 },
325 325
326 "objectsController" : { 326 "objectsController" : {
327 "prototype": "js/controllers/objects-controller" 327 "prototype": "js/controllers/objects-controller",
328 "bindings": {
329 "activeDocument": {"<-": "@owner.currentDocument"}
330 }
328 }, 331 },
329 332
330 "owner": { 333 "owner": {