diff options
author | Eric Guzman | 2012-02-13 13:38:16 -0800 |
---|---|---|
committer | Eric Guzman | 2012-02-13 13:38:16 -0800 |
commit | 6dc5d31b201d3578bf17b4f1fa7b1b9865d46153 (patch) | |
tree | 153d33bad1c012cbde019641705371141b96465a /js/panels/presets/style-presets.reel/style-presets.html | |
parent | e46ab1a8e19f66de6eca68225d9e8b4cba8f90e8 (diff) | |
download | ninja-6dc5d31b201d3578bf17b4f1fa7b1b9865d46153.tar.gz |
Style Presets - Separate out the style preset data to new file
Diffstat (limited to 'js/panels/presets/style-presets.reel/style-presets.html')
-rw-r--r-- | js/panels/presets/style-presets.reel/style-presets.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/presets/style-presets.reel/style-presets.html b/js/panels/presets/style-presets.reel/style-presets.html index b5c40d9c..0db4d3c0 100644 --- a/js/panels/presets/style-presets.reel/style-presets.html +++ b/js/panels/presets/style-presets.reel/style-presets.html | |||
@@ -29,7 +29,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
29 | "bindings": { | 29 | "bindings": { |
30 | "content": { | 30 | "content": { |
31 | "boundObject": {"@": "owner"}, | 31 | "boundObject": {"@": "owner"}, |
32 | "boundObjectPropertyPath": "data2" | 32 | "boundObjectPropertyPath": "presetData" |
33 | } | 33 | } |
34 | } | 34 | } |
35 | }, | 35 | }, |