increased timeout that waits for a potential hashchange event to fire as a result of pop.

This commit is contained in:
scottjehl 2011-09-08 12:31:59 -04:00
parent db3dbc04d2
commit bf02fc880d

View file

@ -91,7 +91,7 @@
// change the page based on the hash
$.mobile._handleHashChange( poppedState.hash );
});
}, 100);
}
},