From ecf92afeb32d71f2fdc599127f1e07a954c9d52f Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Fri, 28 Sep 2012 20:24:25 +0200 Subject: Fix the paths to be case sensitive. --- js/panels/Timeline/Layer.reel/Layer.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'js/panels/Timeline/Layer.reel') 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. }, "mainCollapser" : { - "prototype" : "js/panels/timeline/Collapser", + "prototype" : "js/panels/Timeline/Collapser", "properties" : { "element" : {"#" : "content-main"}, "myContent" : {"#" : "content-main"}, @@ -239,7 +239,7 @@ POSSIBILITY OF SUCH DAMAGE. }, "positionCollapser" : { - "prototype" : "js/panels/timeline/Collapser", + "prototype" : "js/panels/Timeline/Collapser", "properties" : { "element" : {"#" : "content-position"}, "myContent" : {"#":"content-position"}, @@ -259,7 +259,7 @@ POSSIBILITY OF SUCH DAMAGE. }, "styleCollapser" : { - "prototype" : "js/panels/timeline/Collapser", + "prototype" : "js/panels/Timeline/Collapser", "properties" : { "element" : {"#" : "content-style"}, "myContent" : {"#":"content-style"}, -- cgit v1.2.3