diff options
author | Valerio Virgillito | 2012-06-12 11:04:46 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-12 11:04:46 -0700 |
commit | 964484bc244dda21c6646f4c0d400d6c137ff442 (patch) | |
tree | a0caa38afbdcd448289f99352c90a1f6b2bcb0b1 /js | |
parent | a61713e5187e10cebf7984ced7a8443949c412b0 (diff) | |
download | ninja-964484bc244dda21c6646f4c0d400d6c137ff442.tar.gz |
fixing a default property
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js')
-rw-r--r-- | js/panels/css-panel/style-sheet.reel/style-sheet.html | 2 |
1 files changed, 1 insertions, 1 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 7e27dd93..d08453fa 100644 --- a/js/panels/css-panel/style-sheet.reel/style-sheet.html +++ b/js/panels/css-panel/style-sheet.reel/style-sheet.html | |||
@@ -27,7 +27,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
27 | "properties": { | 27 | "properties": { |
28 | "element": {"#": "sheet-name"}, | 28 | "element": {"#": "sheet-name"}, |
29 | "identifier": "nameText", | 29 | "identifier": "nameText", |
30 | "defaultText": "Style sheet" | 30 | "defaultValue": "Style sheet" |
31 | }, | 31 | }, |
32 | "bindings": { | 32 | "bindings": { |
33 | "value": {"<-": "@owner.name"} | 33 | "value": {"<-": "@owner.name"} |