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/document | |
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/document')
-rwxr-xr-x | js/document/views/design.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/document/views/design.js b/js/document/views/design.js index 2ccb82d1..44f1a5e8 100755 --- a/js/document/views/design.js +++ b/js/document/views/design.js | |||
@@ -64,6 +64,11 @@ exports.DesignDocumentView = Montage.create(BaseDocumentView, { | |||
64 | }, | 64 | }, |
65 | //////////////////////////////////////////////////////////////////// | 65 | //////////////////////////////////////////////////////////////////// |
66 | // | 66 | // |
67 | propertiesPanel: { | ||
68 | value: null | ||
69 | }, | ||
70 | //////////////////////////////////////////////////////////////////// | ||
71 | // | ||
67 | initialize: { | 72 | initialize: { |
68 | value: function (parent) { | 73 | value: function (parent) { |
69 | //Creating iFrame for view | 74 | //Creating iFrame for view |