Fix typo in impress.js
transtion -> transition
This commit is contained in:
committed by
Henrik Ingo
parent
e366207cea
commit
762bdd8da4
@@ -776,7 +776,7 @@
|
|||||||
// scrolling to element in hash.
|
// scrolling to element in hash.
|
||||||
//
|
//
|
||||||
// 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
|
||||||
// makes transtion laggy.
|
// makes transition laggy.
|
||||||
// BUG: http://code.google.com/p/chromium/issues/detail?id=62820
|
// BUG: http://code.google.com/p/chromium/issues/detail?id=62820
|
||||||
lib.gc.addEventListener( root, "impress:stepenter", function( event ) {
|
lib.gc.addEventListener( root, "impress:stepenter", function( event ) {
|
||||||
window.location.hash = lastHash = "#/" + event.target.id;
|
window.location.hash = lastHash = "#/" + event.target.id;
|
||||||
|
|||||||
Reference in New Issue
Block a user