aboutsummaryrefslogtreecommitdiff
path: root/js/ninja.reel
diff options
context:
space:
mode:
authorEric Guzman2012-05-30 15:02:23 -0700
committerEric Guzman2012-05-30 15:02:23 -0700
commite09efe3212e86ac794de3fc8ecfc6cdef7b15181 (patch)
treeb32fb1c5bfffadbb04efe35ba87dc012b1491482 /js/ninja.reel
parente884d2769a53dd8920b485672631b50158ed0800 (diff)
downloadninja-e09efe3212e86ac794de3fc8ecfc6cdef7b15181.tar.gz
Objects Controller - Add bindable controller properties, and bindings getter
Diffstat (limited to 'js/ninja.reel')
-rwxr-xr-xjs/ninja.reel/ninja.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html
index 1f0582b1..53b8676f 100755
--- a/js/ninja.reel/ninja.html
+++ b/js/ninja.reel/ninja.html
@@ -326,7 +326,7 @@
326 "objectsController" : { 326 "objectsController" : {
327 "prototype": "js/controllers/objects-controller", 327 "prototype": "js/controllers/objects-controller",
328 "bindings": { 328 "bindings": {
329 "activeDocument": {"<-": "@owner.currentDocument"} 329 "currentDocument": {"<-": "@owner.currentDocument"}
330 } 330 }
331 }, 331 },
332 332