diff options
author | Valerio Virgillito | 2012-05-18 16:35:56 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-18 16:35:56 -0700 |
commit | fdfba499f0b84360b96096fa866a981e96e8756c (patch) | |
tree | 991e4558104f6b7745d1e0675185496a0c01e0bb /js/ninja.reel/ninja.js | |
parent | 66edf78c7e5df11218ef733686965beab05c7c7d (diff) | |
download | ninja-fdfba499f0b84360b96096fa866a981e96e8756c.tar.gz |
fixing the color chip for the document root
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/ninja.reel/ninja.js')
-rwxr-xr-x | js/ninja.reel/ninja.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ninja.reel/ninja.js b/js/ninja.reel/ninja.js index 6d41cd53..80d1b406 100755 --- a/js/ninja.reel/ninja.js +++ b/js/ninja.reel/ninja.js | |||
@@ -280,7 +280,7 @@ exports.Ninja = Montage.create(Component, { | |||
280 | this.currentDocument = event.detail; | 280 | this.currentDocument = event.detail; |
281 | 281 | ||
282 | if(this.currentDocument.documentRoot) { | 282 | if(this.currentDocument.documentRoot) { |
283 | this.application.ninja.currentSelectedContainer = this.currentDocument.documentRoot; | 283 | this.currentSelectedContainer = this.currentDocument.documentRoot; |
284 | } else { | 284 | } else { |
285 | alert("The current document has not loaded yet"); | 285 | alert("The current document has not loaded yet"); |
286 | return; | 286 | return; |