From a4b9079cd7e0c92547212313f8c5683d24e34e02 Mon Sep 17 00:00:00 2001 From: dtao Date: Tue, 6 Sep 2011 16:19:06 -0700 Subject: [PATCH] fixed typo: 'throttledResize' => 'throttledresize' --- js/jquery.mobile.media.classes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.mobile.media.classes.js b/js/jquery.mobile.media.classes.js index 3951e283b22..73def2812ec 100644 --- a/js/jquery.mobile.media.classes.js +++ b/js/jquery.mobile.media.classes.js @@ -77,7 +77,7 @@ $( document ).bind( "mobileinit.htmlclass", function() { var ev = $.support.orientation; - $window.bind( "orientationchange.htmlclass throttledResize.htmlclass", function( event ) { + $window.bind( "orientationchange.htmlclass throttledresize.htmlclass", function( event ) { // add orientation class to HTML element on flip/resize. if ( event.orientation ) {