timeout number is arbitrary. Still looking for a way around it though.

This commit is contained in:
scottjehl 2011-08-14 10:03:16 -04:00
parent 2d29880f4c
commit 854ce44179

View file

@ -67,7 +67,7 @@
if( !fired ) {
$win.trigger( "hashchange" );
}
}, 100);
}, 0);
}
}