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 +++--- js/panels/Timeline/PropertyTrack.reel/PropertyTrack.html | 2 +- js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html | 8 ++++---- js/panels/color/colorpanelbase.reel/colorpanelbase.html | 2 +- js/panels/color/colorpanelpopup.reel/colorpanelpopup.html | 2 +- js/panels/color/colorpopup-manager.js | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) (limited to 'js/panels') 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"}, diff --git a/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.html b/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.html index af623da1..952a0f3b 100644 --- a/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.html +++ b/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.html @@ -45,7 +45,7 @@ POSSIBILITY OF SUCH DAMAGE. }, "propTween" : { - "prototype" : "js/panels/timeline/Tween.reel", + "prototype" : "js/panels/Timeline/Tween.reel", "properties" : { "element":{"#": "prop_track_lane"} }, 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. }, "tween" : { - "prototype" : "js/panels/timeline/Tween.reel", + "prototype" : "js/panels/Timeline/Tween.reel", "properties" : { "element":{"#": "track_lane"} }, @@ -134,7 +134,7 @@ POSSIBILITY OF SUCH DAMAGE. }, "mainCollapser" : { - "prototype" : "js/panels/timeline/Collapser", + "prototype" : "js/panels/Timeline/Collapser", "properties" : { "element" : {"#" : "content-main"}, "myContent" : {"#":"content-main"}, @@ -159,7 +159,7 @@ POSSIBILITY OF SUCH DAMAGE. }, "positionCollapser" : { - "prototype" : "js/panels/timeline/Collapser", + "prototype" : "js/panels/Timeline/Collapser", "properties" : { "element" : {"#" : "content_position_collapser"}, "myContent" : {"#":"content_position_collapser"}, @@ -184,7 +184,7 @@ POSSIBILITY OF SUCH DAMAGE. }, "styleCollapser" : { - "prototype" : "js/panels/timeline/Collapser", + "prototype" : "js/panels/Timeline/Collapser", "properties" : { "element" : {"#" : "content-styles"}, "myContent" : {"#":"content-styles"}, diff --git a/js/panels/color/colorpanelbase.reel/colorpanelbase.html b/js/panels/color/colorpanelbase.reel/colorpanelbase.html index 6ed22197..1671bfec 100755 --- a/js/panels/color/colorpanelbase.reel/colorpanelbase.html +++ b/js/panels/color/colorpanelbase.reel/colorpanelbase.html @@ -38,7 +38,7 @@ POSSIBILITY OF SUCH DAMAGE.