Skip to content

Commit 2d3574e

Browse files
committed
Namespace to all lowercase
1 parent 57ce345 commit 2d3574e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.fittext.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
resizer();
3535

3636
// Call on resize. Opera debounces their resize by default.
37-
$(window).on('resize.FitText orientationchange.FitText', resizer);
37+
$(window).on('resize.fittext orientationchange.fittext', resizer);
3838

3939
});
4040

0 commit comments

Comments
 (0)