diff options
author | Nivesh Rajbhandari | 2012-06-29 11:50:17 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-06-29 11:50:17 -0700 |
commit | 81d75ac08ff24dc3078d79a9133e54f592c23026 (patch) | |
tree | 4f4136503c87a72f7af67a54dad69c14469ee01e /js/ninja.reel | |
parent | 01783536d2245b474eb1f89df673bfabb006cbdd (diff) | |
parent | ecd9e3b3b09695e3e7115c04e75add5a20c5c6fe (diff) | |
download | ninja-81d75ac08ff24dc3078d79a9133e54f592c23026.tar.gz |
Merge branch 'refs/heads/ninja-internal' into ColorGradientFix
Diffstat (limited to 'js/ninja.reel')
-rwxr-xr-x | js/ninja.reel/ninja.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/ninja.reel/ninja.js b/js/ninja.reel/ninja.js index e325316b..94f69ed8 100755 --- a/js/ninja.reel/ninja.js +++ b/js/ninja.reel/ninja.js | |||
@@ -516,8 +516,10 @@ exports.Ninja = Montage.create(Component, { | |||
516 | 516 | ||
517 | if(this.appModel.livePreview) { | 517 | if(this.appModel.livePreview) { |
518 | transitionStopRule = "nj-css-garbage-selector"; | 518 | transitionStopRule = "nj-css-garbage-selector"; |
519 | this.stage.bindingView.hide = true; | ||
519 | } else { | 520 | } else { |
520 | transitionStopRule = "*" | 521 | transitionStopRule = "*" |
522 | this.stage.bindingView.hide = false; | ||
521 | } | 523 | } |
522 | 524 | ||
523 | this.application.ninja.stylesController._stageStylesheet.rules[0].selectorText = transitionStopRule; | 525 | this.application.ninja.stylesController._stageStylesheet.rules[0].selectorText = transitionStopRule; |