diff options
author | Eric Guzman | 2012-02-13 15:59:04 -0800 |
---|---|---|
committer | Eric Guzman | 2012-02-13 15:59:04 -0800 |
commit | 4476cac328a6db61169b0620e495fe88f5fafa17 (patch) | |
tree | 5fd4bef738fc7d6a2fe225c99207d51a20861048 /js/io | |
parent | 6dc5d31b201d3578bf17b4f1fa7b1b9865d46153 (diff) | |
parent | 30b23f8d0343c1af805d62894591001f19c6fb79 (diff) | |
download | ninja-4476cac328a6db61169b0620e495fe88f5fafa17.tar.gz |
Merge branch 'refs/heads/master' into PresetsPanel
Diffstat (limited to 'js/io')
-rw-r--r-- | js/io/document/html-document.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/io/document/html-document.js b/js/io/document/html-document.js index c44dfe75..dd3507c2 100644 --- a/js/io/document/html-document.js +++ b/js/io/document/html-document.js | |||
@@ -398,6 +398,9 @@ var HTMLDocument = exports.HTMLDocument = Montage.create(baseDocumentModule.Base | |||
398 | 398 | ||
399 | this.documentRoot.elementModel.stageView = this.documentRoot.elementModel.defaultRule.cssRules[j]; | 399 | this.documentRoot.elementModel.stageView = this.documentRoot.elementModel.defaultRule.cssRules[j]; |
400 | 400 | ||
401 | } else if(this.documentRoot.elementModel.defaultRule.cssRules[j].selectorText === "#stageBG") { | ||
402 | |||
403 | this.documentRoot.elementModel.stageBackground = this.documentRoot.elementModel.defaultRule.cssRules[j]; | ||
401 | } | 404 | } |
402 | } | 405 | } |
403 | 406 | ||