Skip to content

Commit

Permalink
Namespace to all lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
tsvensen committed May 7, 2013
1 parent 57ce345 commit 2d3574e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.fittext.js
Expand Up @@ -34,7 +34,7 @@
resizer();

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

});

Expand Down

0 comments on commit 2d3574e

Please sign in to comment.