diff options
author | Armen Kesablyan | 2012-06-20 20:13:18 -0700 |
---|---|---|
committer | Armen Kesablyan | 2012-06-20 20:13:18 -0700 |
commit | 18768295f0612b304ddc386752adcbf89be65ced (patch) | |
tree | 6559778602525f633bae861d70f8d9c8ee5d9cec /js/panels/binding/binding-item.reel/binding-item.html | |
parent | 87377c81da06abf6d656017859830a3ab2902f0e (diff) | |
download | ninja-18768295f0612b304ddc386752adcbf89be65ced.tar.gz |
Binding Panel - Fixed Panel Button
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/panels/binding/binding-item.reel/binding-item.html')
-rw-r--r-- | js/panels/binding/binding-item.reel/binding-item.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/panels/binding/binding-item.reel/binding-item.html b/js/panels/binding/binding-item.reel/binding-item.html index 95a349f8..26901f85 100644 --- a/js/panels/binding/binding-item.reel/binding-item.html +++ b/js/panels/binding/binding-item.reel/binding-item.html | |||
@@ -55,7 +55,7 @@ | |||
55 | } | 55 | } |
56 | }, | 56 | }, |
57 | "editButton": { | 57 | "editButton": { |
58 | "prototype": "montage/ui/button.reel", | 58 | "prototype": "montage/ui/native/button.reel", |
59 | "properties": { | 59 | "properties": { |
60 | "element": {"#": "edit-button"}, | 60 | "element": {"#": "edit-button"}, |
61 | "identifier": "editButton", | 61 | "identifier": "editButton", |
@@ -68,7 +68,7 @@ | |||
68 | 68 | ||
69 | }, | 69 | }, |
70 | "directionToggleButton": { | 70 | "directionToggleButton": { |
71 | "prototype": "montage/ui/button.reel", | 71 | "prototype": "montage/ui/native/button.reel", |
72 | "properties": { | 72 | "properties": { |
73 | "element": {"#": "direction-toggle-button"}, | 73 | "element": {"#": "direction-toggle-button"}, |
74 | "identifier": "directionToggleButton", | 74 | "identifier": "directionToggleButton", |