added link to Chrome location change bug
This commit is contained in:
@@ -256,6 +256,7 @@
|
|||||||
//
|
//
|
||||||
// and it has to be set after animation finishes, because in chrome it
|
// and it has to be set after animation finishes, because in chrome it
|
||||||
// causes transtion being laggy
|
// causes transtion being laggy
|
||||||
|
// BUG: http://code.google.com/p/chromium/issues/detail?id=62820
|
||||||
window.clearTimeout( hashTimeout );
|
window.clearTimeout( hashTimeout );
|
||||||
hashTimeout = window.setTimeout(function () {
|
hashTimeout = window.setTimeout(function () {
|
||||||
window.location.hash = "#/" + el.id;
|
window.location.hash = "#/" + el.id;
|
||||||
|
|||||||
Reference in New Issue
Block a user