fixed typo: 'throttledResize' => 'throttledresize'

This commit is contained in:
dtao 2011-09-06 16:19:06 -07:00 committed by scottjehl
parent abb812cc01
commit fa4d9c16d7

View file

@ -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 ) {