aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/TimelineTrack.reel
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2012-09-28 20:24:25 +0200
committerPacien TRAN-GIRARD2012-09-28 20:24:25 +0200
commitecf92afeb32d71f2fdc599127f1e07a954c9d52f (patch)
treea7d10ecde01649e7a9667dd92827c18504d33fd8 /js/panels/Timeline/TimelineTrack.reel
parent48d01fdae81c7466a7d2260f649da053c259ce21 (diff)
downloadninja-ecf92afeb32d71f2fdc599127f1e07a954c9d52f.tar.gz
Fix the paths to be case sensitive.
Diffstat (limited to 'js/panels/Timeline/TimelineTrack.reel')
-rw-r--r--js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html
index 4dc27f57..843f0dcb 100644
--- a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html
+++ b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html
@@ -51,7 +51,7 @@ POSSIBILITY OF SUCH DAMAGE.
51 }, 51 },
52 52
53 "tween" : { 53 "tween" : {
54 "prototype" : "js/panels/timeline/Tween.reel", 54 "prototype" : "js/panels/Timeline/Tween.reel",
55 "properties" : { 55 "properties" : {
56 "element":{"#": "track_lane"} 56 "element":{"#": "track_lane"}
57 }, 57 },
@@ -134,7 +134,7 @@ POSSIBILITY OF SUCH DAMAGE.
134 }, 134 },
135 135
136 "mainCollapser" : { 136 "mainCollapser" : {
137 "prototype" : "js/panels/timeline/Collapser", 137 "prototype" : "js/panels/Timeline/Collapser",
138 "properties" : { 138 "properties" : {
139 "element" : {"#" : "content-main"}, 139 "element" : {"#" : "content-main"},
140 "myContent" : {"#":"content-main"}, 140 "myContent" : {"#":"content-main"},
@@ -159,7 +159,7 @@ POSSIBILITY OF SUCH DAMAGE.
159 }, 159 },
160 160
161 "positionCollapser" : { 161 "positionCollapser" : {
162 "prototype" : "js/panels/timeline/Collapser", 162 "prototype" : "js/panels/Timeline/Collapser",
163 "properties" : { 163 "properties" : {
164 "element" : {"#" : "content_position_collapser"}, 164 "element" : {"#" : "content_position_collapser"},
165 "myContent" : {"#":"content_position_collapser"}, 165 "myContent" : {"#":"content_position_collapser"},
@@ -184,7 +184,7 @@ POSSIBILITY OF SUCH DAMAGE.
184 }, 184 },
185 185
186 "styleCollapser" : { 186 "styleCollapser" : {
187 "prototype" : "js/panels/timeline/Collapser", 187 "prototype" : "js/panels/Timeline/Collapser",
188 "properties" : { 188 "properties" : {
189 "element" : {"#" : "content-styles"}, 189 "element" : {"#" : "content-styles"},
190 "myContent" : {"#":"content-styles"}, 190 "myContent" : {"#":"content-styles"},