diff options
author | Nivesh Rajbhandari | 2012-02-29 13:53:45 -0800 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-02-29 13:53:45 -0800 |
commit | 84d6f6f5518e5ef8fc3d68be7e41c510f57b597a (patch) | |
tree | d7e64d100b9b2e6cf6cf8abb0a8ffb696d12d6e3 /js/document | |
parent | 0cd17b6cf9231e60083958d85759d4796f505342 (diff) | |
download | ninja-84d6f6f5518e5ef8fc3d68be7e41c510f57b597a.tar.gz |
Fixing typo.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/document')
-rwxr-xr-x | js/document/html-document.js | 2 |
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 | ||