aboutsummaryrefslogtreecommitdiff
path: root/js/ninja.reel/ninja.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-06-01 16:19:04 -0700
committerValerio Virgillito2012-06-01 16:19:04 -0700
commit75fc82ce49d6f1eb05dc950b46292d42b5856005 (patch)
tree8e8fd7a8f7e0eeb5b3b07322a45f1a9e070d9c3e /js/ninja.reel/ninja.js
parent8433fa5ed0d4cc91e10b7080aa8edb8d94ccc1a4 (diff)
downloadninja-75fc82ce49d6f1eb05dc950b46292d42b5856005.tar.gz
fixing some selection container changes and the breadcrumb not drawing initially
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/ninja.reel/ninja.js')
-rwxr-xr-xjs/ninja.reel/ninja.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/ninja.reel/ninja.js b/js/ninja.reel/ninja.js
index ac883923..a12270a0 100755
--- a/js/ninja.reel/ninja.js
+++ b/js/ninja.reel/ninja.js
@@ -292,6 +292,7 @@ exports.Ninja = Montage.create(Component, {
292 292
293 if(doc.currentView === "design") { 293 if(doc.currentView === "design") {
294 // TODO: Bind directly to the model of the document in components instead of this property 294 // TODO: Bind directly to the model of the document in components instead of this property
295 this._currentSelectedContainer = null;
295 this.currentSelectedContainer = doc.model.documentRoot; 296 this.currentSelectedContainer = doc.model.documentRoot;
296 } 297 }
297 } 298 }