diff options
author | Valerio Virgillito | 2012-05-31 11:04:35 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-31 11:04:35 -0700 |
commit | 6042bdc5f2aada4412912fd01602d32c9088dc26 (patch) | |
tree | e3add0911bdf1dca441f2ed96b5cf0defe6b12fb /js/components/toolbar.reel/toolbar.html | |
parent | 2ea84629a355a02d7eaa33464a0298ec4999073c (diff) | |
parent | 535a2fae0f4820f9b5a9f33cec250f11c0ee5bb9 (diff) | |
download | ninja-6042bdc5f2aada4412912fd01602d32c9088dc26.tar.gz |
Merge pull request #261 from ericguzman/CSSPanelUpdates
CSS Panel Toolbar - Prevent warning regarding undefined sourceObject
Diffstat (limited to 'js/components/toolbar.reel/toolbar.html')
-rw-r--r-- | js/components/toolbar.reel/toolbar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/toolbar.reel/toolbar.html b/js/components/toolbar.reel/toolbar.html index d2c5972a..51e7ebec 100644 --- a/js/components/toolbar.reel/toolbar.html +++ b/js/components/toolbar.reel/toolbar.html | |||
@@ -30,7 +30,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
30 | }, | 30 | }, |
31 | 31 | ||
32 | "button": { | 32 | "button": { |
33 | "prototype": "montage/ui/button.reel", | 33 | "prototype": "js/components/toolbar.reel/toolbar-button", |
34 | "properties": { | 34 | "properties": { |
35 | "element": {"#": "button" }, | 35 | "element": {"#": "button" }, |
36 | "label": " " | 36 | "label": " " |