diff options
Diffstat (limited to 'js/panels/presets/style-presets.reel')
-rw-r--r-- | js/panels/presets/style-presets.reel/style-presets.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/panels/presets/style-presets.reel/style-presets.html b/js/panels/presets/style-presets.reel/style-presets.html index 5bc83ffa..58af617f 100644 --- a/js/panels/presets/style-presets.reel/style-presets.html +++ b/js/panels/presets/style-presets.reel/style-presets.html | |||
@@ -38,14 +38,14 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
38 | "name" : "Treeview", | 38 | "name" : "Treeview", |
39 | "properties" : { | 39 | "properties" : { |
40 | "element" : {"#": "libraryContainer"}, | 40 | "element" : {"#": "libraryContainer"}, |
41 | "branchComponent" : {"@": "njbranch" }, | 41 | "branchComponent" : {"@": "branch" }, |
42 | "contentController": {"@": "presetsController"}, | 42 | "contentController": {"@": "presetsController"}, |
43 | "showRoot" : false | 43 | "showRoot" : false |
44 | } | 44 | } |
45 | }, | 45 | }, |
46 | "njbranch" : { | 46 | "branch" : { |
47 | "module" : "js/components/treeview/ninja-branch.reel", | 47 | "module" : "js/components/treeview/ninja-branch.reel", |
48 | "name" : "NinjaBranch" | 48 | "name" : "Branch" |
49 | } | 49 | } |
50 | } | 50 | } |
51 | </script> | 51 | </script> |