diff options
author | Valerio Virgillito | 2012-06-28 18:00:07 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-28 18:00:07 -0700 |
commit | 54f68d3635941489e34e53d9925c3659b3eeabbf (patch) | |
tree | 26cda6bb6f8a7f2af80a2bcf405b379f37d7600a /js/ninja.reel/ninja.js | |
parent | b4b54f6cc084b3f7483ebed1e15c1b4770949d58 (diff) | |
parent | cd563af62e937f49406caca55549cd72b13ee228 (diff) | |
download | ninja-54f68d3635941489e34e53d9925c3659b3eeabbf.tar.gz |
Merge pull request #355 from dhg637/GIO_binding-view
Gio binding view bugs and fixes
Diffstat (limited to 'js/ninja.reel/ninja.js')
-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; |