aboutsummaryrefslogtreecommitdiff
path: root/js/document
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-02-29 13:53:45 -0800
committerNivesh Rajbhandari2012-02-29 13:53:45 -0800
commit84d6f6f5518e5ef8fc3d68be7e41c510f57b597a (patch)
treed7e64d100b9b2e6cf6cf8abb0a8ffb696d12d6e3 /js/document
parent0cd17b6cf9231e60083958d85759d4796f505342 (diff)
downloadninja-84d6f6f5518e5ef8fc3d68be7e41c510f57b597a.tar.gz
Fixing typo.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/document')
-rwxr-xr-xjs/document/html-document.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/document/html-document.js b/js/document/html-document.js
index 581bbc08..544c0ad5 100755
--- a/js/document/html-document.js
+++ b/js/document/html-document.js
@@ -726,7 +726,7 @@ exports.HTMLDocument = Montage.create(TextDocument, {
726 } 726 }
727 727
728 this.application.ninja.currentSelectedContainer = this.documentRoot; 728 this.application.ninja.currentSelectedContainer = this.documentRoot;
729 if(!this.selectionModel){ 729 if(this.selectionModel){
730 this.application.ninja.selectedElements = this.selectionModel.slice(0); 730 this.application.ninja.selectedElements = this.selectionModel.slice(0);
731 } 731 }
732 732