From ec6759f9821a5647905617e3992fdda1cea390ef Mon Sep 17 00:00:00 2001 From: Armen Kesablyan Date: Tue, 26 Jun 2012 17:17:43 -0700 Subject: Binding View - Hide in Live Preview Signed-off-by: Armen Kesablyan --- js/ninja.reel/ninja.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/ninja.reel') diff --git a/js/ninja.reel/ninja.js b/js/ninja.reel/ninja.js index f1825b9a..0b7748e5 100755 --- a/js/ninja.reel/ninja.js +++ b/js/ninja.reel/ninja.js @@ -519,10 +519,12 @@ exports.Ninja = Montage.create(Component, { // background = "#000000"; // overflow = "hidden"; transitionStopRule = "nj-css-garbage-selector"; + this.stage.bindingView.hide = true; } else { // background = "#808080"; // overflow = "visible"; transitionStopRule = "*" + this.stage.bindingView.hide = false; } // TODO: Remove marker for old template: NINJA-STAGE-REWORK -- cgit v1.2.3