diff options
author | Valerio Virgillito | 2012-05-29 11:43:55 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-29 11:43:55 -0700 |
commit | 4fa08fe2ce439a5f5c248c568f72d3828ee11b36 (patch) | |
tree | 3fb2977a349c01c5b8cdbd2ab686a0099e3c3999 /js/ninja.reel/ninja.html | |
parent | 0c9c719acb9381e147b90abbf733ad7eb3beb7f7 (diff) | |
download | ninja-4fa08fe2ce439a5f5c248c568f72d3828ee11b36.tar.gz |
fix for the document tab close button and rulers on initial document
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
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 | ||