Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
fixed typo: 'throttledResize' => 'throttledresize'
Browse files Browse the repository at this point in the history
  • Loading branch information
dtao committed Sep 6, 2011
1 parent 7cce0c5 commit a4b9079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.mobile.media.classes.js
Expand Up @@ -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 ) {
Expand Down

0 comments on commit a4b9079

Please sign in to comment.