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.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html
index d9bebc36..031d68e9 100755
--- a/js/ninja.reel/ninja.html
+++ b/js/ninja.reel/ninja.html
@@ -278,7 +278,9 @@
278 "selectionController": { 278 "selectionController": {
279 "prototype": "js/controllers/selection-controller", 279 "prototype": "js/controllers/selection-controller",
280 "bindings" : { 280 "bindings" : {
281 "selectionContainer": {"<-": "@owner.currentSelectedContainer"} 281 "selectionContainer": {"<-": "@owner.currentSelectedContainer"},
282 "currentDocument": {"<-": "@documentList.selectedObjects.0"},
283 "selectedElements": {"<-": "@documentList.selectedObjects.0.model.selection"}
282 } 284 }
283 }, 285 },
284 286