aboutsummaryrefslogtreecommitdiff
path: root/js/components/hottext.reel/hottext.js
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/components/hottext.reel/hottext.js
parent48d01fdae81c7466a7d2260f649da053c259ce21 (diff)
downloadninja-ecf92afeb32d71f2fdc599127f1e07a954c9d52f.tar.gz
Fix the paths to be case sensitive.
Diffstat (limited to 'js/components/hottext.reel/hottext.js')
-rwxr-xr-xjs/components/hottext.reel/hottext.js2
1 files changed, 1 insertions, 1 deletions
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.
30</copyright> */ 30</copyright> */
31 31
32var Montage = require("montage/core/core").Montage; 32var Montage = require("montage/core/core").Montage;
33var SliderBase = require("js/components/sliderbase").SliderBase; 33var SliderBase = require("js/components/SliderBase").SliderBase;
34 34
35var HotText = exports.HotText = Montage.create(SliderBase, { 35var HotText = exports.HotText = Montage.create(SliderBase, {
36 /* Allow users to specify a function to format the display. 36 /* Allow users to specify a function to format the display.