diff options
author | Nivesh Rajbhandari | 2012-05-17 15:46:56 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-05-17 15:46:56 -0700 |
commit | 6636b2729b421740e49142b7e8b1a76540508306 (patch) | |
tree | bb1a635bc175bf16c2bff9d080ab198dbb07ce5f /js/components/tools-properties | |
parent | 90ba0afd8510ab8862812726ee0a301b5681280a (diff) | |
download | ninja-6636b2729b421740e49142b7e8b1a76540508306.tar.gz |
Removed unneeded identifier.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/components/tools-properties')
-rwxr-xr-x | js/components/tools-properties/rect-properties.reel/rect-properties.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/components/tools-properties/rect-properties.reel/rect-properties.html b/js/components/tools-properties/rect-properties.reel/rect-properties.html index 7aa91314..a7bf6a7c 100755 --- a/js/components/tools-properties/rect-properties.reel/rect-properties.html +++ b/js/components/tools-properties/rect-properties.reel/rect-properties.html | |||
@@ -15,8 +15,7 @@ | |||
15 | "prototype": "js/components/hottextunit.reel[HotTextUnit]", | 15 | "prototype": "js/components/hottextunit.reel[HotTextUnit]", |
16 | "properties": { | 16 | "properties": { |
17 | "element": {"#": "TLRadiusControl"}, | 17 | "element": {"#": "TLRadiusControl"}, |
18 | "acceptableUnits" : ["px", "pt", "%"], | 18 | "acceptableUnits" : ["px", "pt", "%"] |
19 | "identifier": "TLRadiusControl" | ||
20 | }, | 19 | }, |
21 | "listeners": [ | 20 | "listeners": [ |
22 | { | 21 | { |