diff options
author | Eric Guzman | 2012-05-21 10:07:10 -0700 |
---|---|---|
committer | Eric Guzman | 2012-05-21 10:07:10 -0700 |
commit | 423ec19206efe0bfd72131ba8a3012f6cdff09ce (patch) | |
tree | 69290bc4c24a103de1aa42338f86b62489674379 /js/panels/css-panel/style-declaration.reel/style-declaration.html | |
parent | fbdfb46071c5f1c081f3703ddf35ef009decf167 (diff) | |
download | ninja-423ec19206efe0bfd72131ba8a3012f6cdff09ce.tar.gz |
CSS Style Declaration - Improved style item interaction
Diffstat (limited to 'js/panels/css-panel/style-declaration.reel/style-declaration.html')
-rw-r--r-- | js/panels/css-panel/style-declaration.reel/style-declaration.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/panels/css-panel/style-declaration.reel/style-declaration.html b/js/panels/css-panel/style-declaration.reel/style-declaration.html index b1381bc6..9fc45640 100644 --- a/js/panels/css-panel/style-declaration.reel/style-declaration.html +++ b/js/panels/css-panel/style-declaration.reel/style-declaration.html | |||
@@ -22,6 +22,9 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
22 | }, | 22 | }, |
23 | "arrayController": { | 23 | "arrayController": { |
24 | "prototype": "montage/ui/controller/array-controller", | 24 | "prototype": "montage/ui/controller/array-controller", |
25 | "properties": { | ||
26 | "automaticallyOrganizeObjects": true | ||
27 | }, | ||
25 | "bindings": { | 28 | "bindings": { |
26 | "content": { | 29 | "content": { |
27 | "boundObject": {"@": "owner"}, | 30 | "boundObject": {"@": "owner"}, |