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 authored and scottjehl committed Sep 7, 2011
1 parent abb812c commit fa4d9c1
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 fa4d9c1

Please sign in to comment.