From 854ce4417966ef10e0b950008e2526b890da77b5 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Sun, 14 Aug 2011 10:03:16 -0400 Subject: [PATCH] timeout number is arbitrary. Still looking for a way around it though. --- js/jquery.mobile.navigation.pushstate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.mobile.navigation.pushstate.js b/js/jquery.mobile.navigation.pushstate.js index 998fccb6..a801bc10 100644 --- a/js/jquery.mobile.navigation.pushstate.js +++ b/js/jquery.mobile.navigation.pushstate.js @@ -67,7 +67,7 @@ if( !fired ) { $win.trigger( "hashchange" ); } - }, 100); + }, 0); } }