diff options
author | Valerio Virgillito | 2012-04-18 17:24:40 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-04-18 17:24:40 -0700 |
commit | c58dc96130c7eb5d964af53e9ad6e80bba5e647f (patch) | |
tree | 350303f9731ec1fa7647a22181247ab79301d1e0 /js/panels | |
parent | 9284c19f076dec3b47ece7dc7bcd22d74e4246c3 (diff) | |
download | ninja-c58dc96130c7eb5d964af53e9ad6e80bba5e647f.tar.gz |
initial stage web template
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/panels')
-rwxr-xr-x | js/panels/properties.reel/properties.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/panels/properties.reel/properties.js b/js/panels/properties.reel/properties.js index d9dca538..7fab1eb0 100755 --- a/js/panels/properties.reel/properties.js +++ b/js/panels/properties.reel/properties.js | |||
@@ -187,6 +187,7 @@ exports.Properties = Montage.create(Component, { | |||
187 | 187 | ||
188 | displayStageProperties: { | 188 | displayStageProperties: { |
189 | value: function() { | 189 | value: function() { |
190 | /* | ||
190 | var stage = this.application.ninja.currentDocument.documentRoot; | 191 | var stage = this.application.ninja.currentDocument.documentRoot; |
191 | //this is test code please remove | 192 | //this is test code please remove |
192 | this.elementName.value = "Stage"; | 193 | this.elementName.value = "Stage"; |