aboutsummaryrefslogtreecommitdiff
path: root/js/helper-classes
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-05-01 09:29:49 -0700
committerNivesh Rajbhandari2012-05-01 09:29:49 -0700
commit84eec0ae4352c9f6e5986529cc70eed726d97a88 (patch)
tree4b9a319286549f85d92bdb580d56318187dfd92b /js/helper-classes
parent286836b141f14e45d74e70ee00ba129480d2fe7f (diff)
downloadninja-84eec0ae4352c9f6e5986529cc70eed726d97a88.tar.gz
webTemplate var gets reset to false, so must check for new stage template differently.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/helper-classes')
-rwxr-xr-xjs/helper-classes/3D/draw-utils.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/helper-classes/3D/draw-utils.js b/js/helper-classes/3D/draw-utils.js
index f7b02485..81a740e0 100755
--- a/js/helper-classes/3D/draw-utils.js
+++ b/js/helper-classes/3D/draw-utils.js
@@ -588,7 +588,8 @@ var DrawUtils = exports.DrawUtils = Montage.create(Component, {
588 height, 588 height,
589 nLines = 10; 589 nLines = 10;
590 590
591 if(this.application.ninja.documentController.webTemplate) { 591// if(this.application.ninja.documentController.webTemplate) {
592 if(this.application.ninja.currentDocument.documentRoot.id !== "UserContent") {
592 width = this.application.ninja.currentDocument.documentRoot.scrollWidth; 593 width = this.application.ninja.currentDocument.documentRoot.scrollWidth;
593 height = this.application.ninja.currentDocument.documentRoot.scrollHeight; 594 height = this.application.ninja.currentDocument.documentRoot.scrollHeight;
594 } else { 595 } else {