aboutsummaryrefslogtreecommitdiff
path: root/js/ninja.reel/ninja.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-02-14 12:01:57 -0800
committerValerio Virgillito2012-02-14 12:01:57 -0800
commit08101852de934ed674807b26ab89f432daa4d6fe (patch)
treec7b1a12032fe68f14048f6c3f41b11f10f54b6f3 /js/ninja.reel/ninja.js
parentf766cc203f30ea43ae8b83cf4b65d45cc4435ee9 (diff)
downloadninja-08101852de934ed674807b26ab89f432daa4d6fe.tar.gz
Fixing the live preview background issue.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/ninja.reel/ninja.js')
-rw-r--r--js/ninja.reel/ninja.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ninja.reel/ninja.js b/js/ninja.reel/ninja.js
index 469d38f7..e9c79230 100644
--- a/js/ninja.reel/ninja.js
+++ b/js/ninja.reel/ninja.js
@@ -186,7 +186,7 @@ exports.Ninja = Montage.create(Component, {
186 transitionStopRule = "*" 186 transitionStopRule = "*"
187 } 187 }
188 188
189 this.currentDocument.documentRoot.elementModel.controller.setProperty(this.currentDocument.documentRoot, "background", background); 189 this.currentDocument.documentRoot.elementModel.controller.setProperty(this.currentDocument.documentRoot, "body-background", background);
190 this.currentDocument.documentRoot.elementModel.controller.setProperty(this.currentDocument.documentRoot, "overflow", overflow); 190 this.currentDocument.documentRoot.elementModel.controller.setProperty(this.currentDocument.documentRoot, "overflow", overflow);
191 this.currentDocument.documentRoot.elementModel.controller.changeSelector(this.currentDocument.documentRoot, "transitionStopRule", transitionStopRule); 191 this.currentDocument.documentRoot.elementModel.controller.changeSelector(this.currentDocument.documentRoot, "transitionStopRule", transitionStopRule);
192 192