mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Merge pull request #2393 from dtao/patch-1
Fix for issue #2390: fixed typo: 'throttledResize' => 'throttledresize'
This commit is contained in:
commit
baded0d492
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue