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:
scottjehl 2012-01-26 16:21:02 +07:00
parent bb17f146e4
commit bb62031cc3

View file

@ -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();
}