aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Materials/materials-library-panel.reel
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-11 13:33:41 -0700
committerValerio Virgillito2012-05-11 13:33:41 -0700
commit27f4cacb39de1c2e3910748dadc9fc16d0655480 (patch)
tree60bbabcd2e386c027fca1fbbb5a5b4ec0da70990 /js/panels/Materials/materials-library-panel.reel
parente2ef92008a39a67d4f7db0627c7352bdc06ed476 (diff)
parenta17299c6f317b29c6efd6e4180ad877cd2533526 (diff)
downloadninja-27f4cacb39de1c2e3910748dadc9fc16d0655480.tar.gz
Merge pull request #219 from mqg734/TreeFix
Removing outdated references in tree code.
Diffstat (limited to 'js/panels/Materials/materials-library-panel.reel')
-rwxr-xr-xjs/panels/Materials/materials-library-panel.reel/materials-library-panel.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/Materials/materials-library-panel.reel/materials-library-panel.html b/js/panels/Materials/materials-library-panel.reel/materials-library-panel.html
index 7fc48a55..b5d7a869 100755
--- a/js/panels/Materials/materials-library-panel.reel/materials-library-panel.html
+++ b/js/panels/Materials/materials-library-panel.reel/materials-library-panel.html
@@ -50,7 +50,7 @@
50 "prototype": "js/panels/Materials/materials-popup.reel" 50 "prototype": "js/panels/Materials/materials-popup.reel"
51 }, 51 },
52 "materialsController" : { 52 "materialsController" : {
53 "prototype": "js/controllers/tree-controller", 53 "prototype": "js/components/controllers/tree-controller",
54 "properties" : { 54 "properties" : {
55 "branchKey" : "children", 55 "branchKey" : "children",
56 "labelKey" : "label", 56 "labelKey" : "label",