diff options
-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", |