aboutsummaryrefslogtreecommitdiff
path: root/js/components/hottext.reel/hottext.js
diff options
context:
space:
mode:
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.