diff options
author | hwc487 | 2012-05-11 15:09:53 -0700 |
---|---|---|
committer | hwc487 | 2012-05-11 15:09:53 -0700 |
commit | 77c7e2eb1649f551c8adb01769f4041b8ad0dbba (patch) | |
tree | 990402ef31f3ca8dd0dfc7e92d52e3a9ca1eff48 /js/panels/presets/transitions-presets.reel/transitions-presets.html | |
parent | 634194bf87744dd6f693380ec878cc5dd42207a1 (diff) | |
parent | 27f4cacb39de1c2e3910748dadc9fc16d0655480 (diff) | |
download | ninja-77c7e2eb1649f551c8adb01769f4041b8ad0dbba.tar.gz |
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into 3DBugs
Diffstat (limited to 'js/panels/presets/transitions-presets.reel/transitions-presets.html')
-rw-r--r-- | js/panels/presets/transitions-presets.reel/transitions-presets.html | 5 |
1 files changed, 2 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 a6b98aeb..add43ee7 100644 --- a/js/panels/presets/transitions-presets.reel/transitions-presets.html +++ b/js/panels/presets/transitions-presets.reel/transitions-presets.html | |||
@@ -13,12 +13,11 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
13 | "owner": { | 13 | "owner": { |
14 | "prototype" : "js/panels/presets/transitions-presets.reel[TransitionsLibrary]", | 14 | "prototype" : "js/panels/presets/transitions-presets.reel[TransitionsLibrary]", |
15 | "properties" : { | 15 | "properties" : { |
16 | "element" : {"#" : "transitionsLibrary"}, | 16 | "element" : {"#" : "transitionsLibrary"} |
17 | "treeList" : {"@" : "treeList"} | ||
18 | } | 17 | } |
19 | }, | 18 | }, |
20 | "presetsController" : { | 19 | "presetsController" : { |
21 | "prototype": "js/controllers/tree-controller", | 20 | "prototype": "js/components/controllers/tree-controller", |
22 | "properties" : { | 21 | "properties" : { |
23 | "branchKey" : "children", | 22 | "branchKey" : "children", |
24 | "labelKey" : "text", | 23 | "labelKey" : "text", |