Skip to content

Commit fa4d9c1

Browse files
dtaoscottjehl
authored andcommitted
fixed typo: 'throttledResize' => 'throttledresize'
1 parent abb812c commit fa4d9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mobile.media.classes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ $( document ).bind( "mobileinit.htmlclass", function() {
7777

7878
var ev = $.support.orientation;
7979

80-
$window.bind( "orientationchange.htmlclass throttledResize.htmlclass", function( event ) {
80+
$window.bind( "orientationchange.htmlclass throttledresize.htmlclass", function( event ) {
8181

8282
// add orientation class to HTML element on flip/resize.
8383
if ( event.orientation ) {

0 commit comments

Comments
 (0)