diff options
author | Valerio Virgillito | 2012-05-31 10:27:46 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-31 10:27:46 -0700 |
commit | e1fe603a7c002073f8ac13623f8cc8dc43efb59d (patch) | |
tree | 38d9f7e00cc4a7b181ebe0029eaadcb46c70afb8 /js/ninja.reel/ninja.html | |
parent | 5b982abcfe51278062c06fde5fa7e5371f6aef54 (diff) | |
download | ninja-e1fe603a7c002073f8ac13623f8cc8dc43efb59d.tar.gz |
fixing selection when switching documents
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/ninja.reel/ninja.html')
-rwxr-xr-x | js/ninja.reel/ninja.html | 4 |
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 | ||