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/components/hottext.reel/hottext.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/components/hottext.reel/hottext.js') diff --git a/js/components/hottext.reel/hottext.js b/js/components/hottext.reel/hottext.js index 5db5db44..b31d1351 100755 --- a/js/components/hottext.reel/hottext.js +++ b/js/components/hottext.reel/hottext.js @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. */ var Montage = require("montage/core/core").Montage; -var SliderBase = require("js/components/sliderbase").SliderBase; +var SliderBase = require("js/components/SliderBase").SliderBase; var HotText = exports.HotText = Montage.create(SliderBase, { /* Allow users to specify a function to format the display. -- cgit v1.2.3