diff options
Diffstat (limited to 'js/panels/presets/transitions-presets.reel/transitions-presets.html')
-rw-r--r-- | js/panels/presets/transitions-presets.reel/transitions-presets.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/panels/presets/transitions-presets.reel/transitions-presets.html b/js/panels/presets/transitions-presets.reel/transitions-presets.html index e3bf0aba..c22ed351 100644 --- a/js/panels/presets/transitions-presets.reel/transitions-presets.html +++ b/js/panels/presets/transitions-presets.reel/transitions-presets.html | |||
@@ -22,7 +22,6 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
22 | "module": "js/controllers/tree-controller", | 22 | "module": "js/controllers/tree-controller", |
23 | "name": "TreeController", | 23 | "name": "TreeController", |
24 | "properties" : { | 24 | "properties" : { |
25 | "rootKey" : "data", | ||
26 | "branchKey" : "children", | 25 | "branchKey" : "children", |
27 | "labelKey" : "text", | 26 | "labelKey" : "text", |
28 | "delegate": {"@": "owner" } | 27 | "delegate": {"@": "owner" } |
@@ -30,7 +29,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
30 | "bindings": { | 29 | "bindings": { |
31 | "content": { | 30 | "content": { |
32 | "boundObject": {"@": "owner"}, | 31 | "boundObject": {"@": "owner"}, |
33 | "boundObjectPropertyPath": "data2" | 32 | "boundObjectPropertyPath": "presetData" |
34 | } | 33 | } |
35 | } | 34 | } |
36 | }, | 35 | }, |
@@ -40,7 +39,8 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
40 | "properties" : { | 39 | "properties" : { |
41 | "element" : {"#": "libraryContainer"}, | 40 | "element" : {"#": "libraryContainer"}, |
42 | "branchComponent" : {"@": "branch" }, | 41 | "branchComponent" : {"@": "branch" }, |
43 | "contentController": {"@": "presetsController"} | 42 | "contentController": {"@": "presetsController"}, |
43 | "showRoot": false | ||
44 | } | 44 | } |
45 | }, | 45 | }, |
46 | "branch" : { | 46 | "branch" : { |