diff options
author | Eric Guzman | 2012-06-11 13:28:42 -0700 |
---|---|---|
committer | Eric Guzman | 2012-06-11 13:28:42 -0700 |
commit | 3a4727ffc350216a434a7c6977b6a23653b77780 (patch) | |
tree | c5dff306f8803c36a16163ba5df1e7f492e762b5 /js/components/tools-properties/text-properties.reel/text-properties.html | |
parent | d6b46ba496c9c8974ae39bb476aea35bcd1ddaf1 (diff) | |
parent | 337efc667372326ae2f9984d89a47bb151016774 (diff) | |
download | ninja-3a4727ffc350216a434a7c6977b6a23653b77780.tar.gz |
Merge branch 'binding' of github.com:dhg637/ninja-internal into binding
Diffstat (limited to 'js/components/tools-properties/text-properties.reel/text-properties.html')
-rwxr-xr-x | js/components/tools-properties/text-properties.reel/text-properties.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/js/components/tools-properties/text-properties.reel/text-properties.html b/js/components/tools-properties/text-properties.reel/text-properties.html index 725e1d22..a3477e99 100755 --- a/js/components/tools-properties/text-properties.reel/text-properties.html +++ b/js/components/tools-properties/text-properties.reel/text-properties.html | |||
@@ -93,14 +93,9 @@ | |||
93 | "identifier": "btnBold", | 93 | "identifier": "btnBold", |
94 | "pressedLabel": "B", | 94 | "pressedLabel": "B", |
95 | "unpressedLabel": "B" | 95 | "unpressedLabel": "B" |
96 | }, | 96 | } |
97 | "listeners": [ | ||
98 | { | ||
99 | "type": "action", | ||
100 | "listener": {"@": "owner"} | ||
101 | } | ||
102 | ] | ||
103 | }, | 97 | }, |
98 | |||
104 | "btnItalic": { | 99 | "btnItalic": { |
105 | "prototype": "montage/ui/toggle-button.reel", | 100 | "prototype": "montage/ui/toggle-button.reel", |
106 | "properties": { | 101 | "properties": { |