diff options
author | Nivesh Rajbhandari | 2012-05-11 12:11:14 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-05-11 12:11:14 -0700 |
commit | a81fb74cd0f8c7a7da507fe7cb9ad94875687cc7 (patch) | |
tree | 5109cc8399f91e336a3ccb187f2e1d7d364f0e68 /js/panels | |
parent | 632a53278826a33506b302b573ee0681840f2d6c (diff) | |
download | ninja-a81fb74cd0f8c7a7da507fe7cb9ad94875687cc7.tar.gz |
Removing outdated tree-controller.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/panels')
4 files changed, 4 insertions, 4 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", |
diff --git a/js/panels/presets/animations-presets.reel/animations-presets.html b/js/panels/presets/animations-presets.reel/animations-presets.html index 347e5497..bd6369dd 100644 --- a/js/panels/presets/animations-presets.reel/animations-presets.html +++ b/js/panels/presets/animations-presets.reel/animations-presets.html | |||
@@ -18,7 +18,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
18 | } | 18 | } |
19 | }, | 19 | }, |
20 | "presetsController" : { | 20 | "presetsController" : { |
21 | "prototype": "js/controllers/tree-controller", | 21 | "prototype": "js/components/controllers/tree-controller", |
22 | "properties" : { | 22 | "properties" : { |
23 | "branchKey" : "children", | 23 | "branchKey" : "children", |
24 | "labelKey" : "text", | 24 | "labelKey" : "text", |
diff --git a/js/panels/presets/style-presets.reel/style-presets.html b/js/panels/presets/style-presets.reel/style-presets.html index a3d718bb..bebff22d 100644 --- a/js/panels/presets/style-presets.reel/style-presets.html +++ b/js/panels/presets/style-presets.reel/style-presets.html | |||
@@ -17,7 +17,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
17 | } | 17 | } |
18 | }, | 18 | }, |
19 | "presetsController" : { | 19 | "presetsController" : { |
20 | "prototype": "js/controllers/tree-controller", | 20 | "prototype": "js/components/controllers/tree-controller", |
21 | "properties" : { | 21 | "properties" : { |
22 | "branchKey" : "children", | 22 | "branchKey" : "children", |
23 | "labelKey" : "text", | 23 | "labelKey" : "text", |
diff --git a/js/panels/presets/transitions-presets.reel/transitions-presets.html b/js/panels/presets/transitions-presets.reel/transitions-presets.html index a6b98aeb..f0e0e9f9 100644 --- a/js/panels/presets/transitions-presets.reel/transitions-presets.html +++ b/js/panels/presets/transitions-presets.reel/transitions-presets.html | |||
@@ -18,7 +18,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
18 | } | 18 | } |
19 | }, | 19 | }, |
20 | "presetsController" : { | 20 | "presetsController" : { |
21 | "prototype": "js/controllers/tree-controller", | 21 | "prototype": "js/components/controllers/tree-controller", |
22 | "properties" : { | 22 | "properties" : { |
23 | "branchKey" : "children", | 23 | "branchKey" : "children", |
24 | "labelKey" : "text", | 24 | "labelKey" : "text", |