mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
added support for the updatelayout event, so that fixed toolbars can be manually updated through this event alongside other plugins that subscribe to it.
This commit is contained in:
parent
bb17f146e4
commit
bb62031cc3
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ define( [ "jquery", "./jquery.mobile.widget", "./jquery.mobile.core", "./jquery.
|
|||
self.show( true );
|
||||
}
|
||||
} )
|
||||
.bind( "webkitAnimationStart animationstart", function(){
|
||||
.bind( "webkitAnimationStart animationstart updatelayout", function(){
|
||||
if( o.updatePagePadding ){
|
||||
self.updatePagePadding();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue