diff options
author | Pacien TRAN-GIRARD | 2012-09-28 20:24:25 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2012-09-28 20:24:25 +0200 |
commit | ecf92afeb32d71f2fdc599127f1e07a954c9d52f (patch) | |
tree | a7d10ecde01649e7a9667dd92827c18504d33fd8 /js/panels/Timeline/Layer.reel/Layer.html | |
parent | 48d01fdae81c7466a7d2260f649da053c259ce21 (diff) | |
download | ninja-ecf92afeb32d71f2fdc599127f1e07a954c9d52f.tar.gz |
Fix the paths to be case sensitive.
Diffstat (limited to 'js/panels/Timeline/Layer.reel/Layer.html')
-rw-r--r-- | js/panels/Timeline/Layer.reel/Layer.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/panels/Timeline/Layer.reel/Layer.html b/js/panels/Timeline/Layer.reel/Layer.html index f83ab20b..7e2a2006 100644 --- a/js/panels/Timeline/Layer.reel/Layer.html +++ b/js/panels/Timeline/Layer.reel/Layer.html | |||
@@ -219,7 +219,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
219 | }, | 219 | }, |
220 | 220 | ||
221 | "mainCollapser" : { | 221 | "mainCollapser" : { |
222 | "prototype" : "js/panels/timeline/Collapser", | 222 | "prototype" : "js/panels/Timeline/Collapser", |
223 | "properties" : { | 223 | "properties" : { |
224 | "element" : {"#" : "content-main"}, | 224 | "element" : {"#" : "content-main"}, |
225 | "myContent" : {"#" : "content-main"}, | 225 | "myContent" : {"#" : "content-main"}, |
@@ -239,7 +239,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
239 | }, | 239 | }, |
240 | 240 | ||
241 | "positionCollapser" : { | 241 | "positionCollapser" : { |
242 | "prototype" : "js/panels/timeline/Collapser", | 242 | "prototype" : "js/panels/Timeline/Collapser", |
243 | "properties" : { | 243 | "properties" : { |
244 | "element" : {"#" : "content-position"}, | 244 | "element" : {"#" : "content-position"}, |
245 | "myContent" : {"#":"content-position"}, | 245 | "myContent" : {"#":"content-position"}, |
@@ -259,7 +259,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
259 | }, | 259 | }, |
260 | 260 | ||
261 | "styleCollapser" : { | 261 | "styleCollapser" : { |
262 | "prototype" : "js/panels/timeline/Collapser", | 262 | "prototype" : "js/panels/Timeline/Collapser", |
263 | "properties" : { | 263 | "properties" : { |
264 | "element" : {"#" : "content-style"}, | 264 | "element" : {"#" : "content-style"}, |
265 | "myContent" : {"#":"content-style"}, | 265 | "myContent" : {"#":"content-style"}, |