diff options
Diffstat (limited to 'js/ninja.reel/ninja.html')
-rwxr-xr-x | js/ninja.reel/ninja.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html index f2b0a281..51d6ed89 100755 --- a/js/ninja.reel/ninja.html +++ b/js/ninja.reel/ninja.html | |||
@@ -272,8 +272,7 @@ | |||
272 | "selectionController": { | 272 | "selectionController": { |
273 | "prototype": "js/controllers/selection-controller", | 273 | "prototype": "js/controllers/selection-controller", |
274 | "bindings" : { | 274 | "bindings" : { |
275 | "selectionContainer": {"<-": "@owner.currentSelectedContainer"}, | 275 | "selectionContainer": {"<-": "@owner.currentSelectedContainer"} |
276 | "currentDocument": {"<-": "@documentList.selectedObjects.0"} | ||
277 | } | 276 | } |
278 | }, | 277 | }, |
279 | 278 | ||