diff options
author | Eric Guzman | 2012-06-20 19:42:03 -0700 |
---|---|---|
committer | Eric Guzman | 2012-06-20 19:42:03 -0700 |
commit | 3270aac4980c908f305fb53abadda5121ff6b9cb (patch) | |
tree | 6255aaab239fde71b1f4862dd70de7be62f48b85 /js/panels/css-panel/style-sheet.reel | |
parent | a5d93daf6fdccbfee160d6a8ba08f6b6d4b9d7cc (diff) | |
parent | 87377c81da06abf6d656017859830a3ab2902f0e (diff) | |
download | ninja-3270aac4980c908f305fb53abadda5121ff6b9cb.tar.gz |
Merge branch 'binding' of github.com:dhg637/ninja-internal into binding
Diffstat (limited to 'js/panels/css-panel/style-sheet.reel')
-rw-r--r-- | js/panels/css-panel/style-sheet.reel/style-sheet.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/panels/css-panel/style-sheet.reel/style-sheet.html b/js/panels/css-panel/style-sheet.reel/style-sheet.html index d08453fa..4f17c0fb 100644 --- a/js/panels/css-panel/style-sheet.reel/style-sheet.html +++ b/js/panels/css-panel/style-sheet.reel/style-sheet.html | |||
@@ -40,7 +40,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
40 | } | 40 | } |
41 | }, | 41 | }, |
42 | "editButton": { | 42 | "editButton": { |
43 | "prototype": "montage/ui/button.reel", | 43 | "prototype": "montage/ui/native/button.reel", |
44 | "properties": { | 44 | "properties": { |
45 | "element": {"#": "edit-button"}, | 45 | "element": {"#": "edit-button"}, |
46 | "identifier": "editButton", | 46 | "identifier": "editButton", |
@@ -53,7 +53,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
53 | 53 | ||
54 | }, | 54 | }, |
55 | "disableButton": { | 55 | "disableButton": { |
56 | "prototype": "montage/ui/button.reel", | 56 | "prototype": "montage/ui/native/button.reel", |
57 | "properties": { | 57 | "properties": { |
58 | "element": {"#": "disable-button"}, | 58 | "element": {"#": "disable-button"}, |
59 | "identifier": "disableButton", | 59 | "identifier": "disableButton", |
@@ -66,7 +66,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
66 | 66 | ||
67 | }, | 67 | }, |
68 | "deleteButton": { | 68 | "deleteButton": { |
69 | "prototype": "montage/ui/button.reel", | 69 | "prototype": "montage/ui/native/button.reel", |
70 | "properties": { | 70 | "properties": { |
71 | "element": {"#": "delete-button"}, | 71 | "element": {"#": "delete-button"}, |
72 | "identifier": "deleteButton", | 72 | "identifier": "deleteButton", |