From e09efe3212e86ac794de3fc8ecfc6cdef7b15181 Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Wed, 30 May 2012 15:02:23 -0700 Subject: Objects Controller - Add bindable controller properties, and bindings getter --- js/ninja.reel/ninja.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/ninja.reel/ninja.html') 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 @@ "objectsController" : { "prototype": "js/controllers/objects-controller", "bindings": { - "activeDocument": {"<-": "@owner.currentDocument"} + "currentDocument": {"<-": "@owner.currentDocument"} } }, -- cgit v1.2.3