Merge pull request #2393 from dtao/patch-1

Fix for issue #2390: fixed typo: 'throttledResize' => 'throttledresize'
This commit is contained in:
Ghislain Seguin 2011-09-06 22:33:37 -07:00
commit baded0d492

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