aboutsummaryrefslogtreecommitdiff
path: root/js/ninja.reel
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-29 11:43:55 -0700
committerValerio Virgillito2012-05-29 11:43:55 -0700
commit4fa08fe2ce439a5f5c248c568f72d3828ee11b36 (patch)
tree3fb2977a349c01c5b8cdbd2ab686a0099e3c3999 /js/ninja.reel
parent0c9c719acb9381e147b90abbf733ad7eb3beb7f7 (diff)
downloadninja-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')
-rwxr-xr-xjs/ninja.reel/ninja.html3
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