Fix comment typo in test/index.html. [ci skip]

This commit is contained in:
John-David Dalton
2013-12-15 23:34:28 -08:00
parent 38869d5035
commit 97662f4b3e

View File

@@ -116,8 +116,8 @@
}
// Avoid a bug in IE compat mode where, under certain
// circumstances, timer API like `setTimeout` maybe
// not be the same as `window.setTimeout`.
// circumstances, timer API like `setTimeout` may not
// be the same reference as `window.setTimeout`.
window.clearTimeout = window.clearTimeout;
window.setTimeout = window.setTimeout;