diff options
author | Jose Antonio Marquez | 2012-02-13 16:54:58 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-13 16:54:58 -0800 |
commit | 5b55cfe0bc333a9a18be6329fdc21b5a6652a15a (patch) | |
tree | 80b4329906818890bc0a569bcce2b345fc8b062d /js/io/document/html-document.js | |
parent | f70701db069a10dc5195605fc378a022125b434f (diff) | |
parent | 30b23f8d0343c1af805d62894591001f19c6fb79 (diff) | |
download | ninja-5b55cfe0bc333a9a18be6329fdc21b5a6652a15a.tar.gz |
Merge branch 'refs/heads/NinjaInternal' into FileIO
Diffstat (limited to 'js/io/document/html-document.js')
-rwxr-xr-x | 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 dfd8566a..520906ab 100755 --- a/js/io/document/html-document.js +++ b/js/io/document/html-document.js | |||
@@ -438,6 +438,9 @@ var HTMLDocument = exports.HTMLDocument = Montage.create(baseDocumentModule.Base | |||
438 | 438 | ||
439 | this.documentRoot.elementModel.stageView = this.documentRoot.elementModel.defaultRule.cssRules[j]; | 439 | this.documentRoot.elementModel.stageView = this.documentRoot.elementModel.defaultRule.cssRules[j]; |
440 | 440 | ||
441 | } else if(this.documentRoot.elementModel.defaultRule.cssRules[j].selectorText === "#stageBG") { | ||
442 | |||
443 | this.documentRoot.elementModel.stageBackground = this.documentRoot.elementModel.defaultRule.cssRules[j]; | ||
441 | } | 444 | } |
442 | } | 445 | } |
443 | 446 | ||