From 608961843121dc2c590cc5f5dc3df03e0f1ac75b Mon Sep 17 00:00:00 2001 From: John Bender Date: Fri, 25 Mar 2011 22:35:19 -0700 Subject: [PATCH] readded fix to return jquery wrapped object from animation complete in both branches --- js/jquery.mobile.navigation.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/jquery.mobile.navigation.js b/js/jquery.mobile.navigation.js index d7fccd45..c1ff55af 100644 --- a/js/jquery.mobile.navigation.js +++ b/js/jquery.mobile.navigation.js @@ -254,6 +254,7 @@ else{ // defer execution for consistency between webkit/non webkit setTimeout(callback, 0); + return $(this); } };