From bb62031cc3d626718fa8cc7ca44e75082603c087 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Thu, 26 Jan 2012 16:21:02 +0700 Subject: [PATCH] added support for the updatelayout event, so that fixed toolbars can be manually updated through this event alongside other plugins that subscribe to it. --- js/jquery.mobile.fixedToolbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.mobile.fixedToolbar.js b/js/jquery.mobile.fixedToolbar.js index 21fd593f..ad6cb77c 100644 --- a/js/jquery.mobile.fixedToolbar.js +++ b/js/jquery.mobile.fixedToolbar.js @@ -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(); }