aboutsummaryrefslogtreecommitdiff
path: root/js/panels/presets/style-presets.reel
diff options
context:
space:
mode:
authorEric Guzman2012-02-08 16:53:46 -0800
committerEric Guzman2012-02-08 16:53:46 -0800
commit600dc32b7fbf406443e067eb661758e478049170 (patch)
tree1cb5b8cfa861460e73d95f8ef275e20ad904e6ea /js/panels/presets/style-presets.reel
parent4ab650bccc776b031191dc410a93309a9d342bab (diff)
downloadninja-600dc32b7fbf406443e067eb661758e478049170.tar.gz
Presets - fixed some object naming and css for presets tree
Diffstat (limited to 'js/panels/presets/style-presets.reel')
-rw-r--r--js/panels/presets/style-presets.reel/style-presets.html6
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>