mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 18:37:50 +00:00
Fix comment typo in test/index.html. [ci skip]
This commit is contained in:
@@ -116,8 +116,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Avoid a bug in IE compat mode where, under certain
|
// Avoid a bug in IE compat mode where, under certain
|
||||||
// circumstances, timer API like `setTimeout` maybe
|
// circumstances, timer API like `setTimeout` may not
|
||||||
// not be the same as `window.setTimeout`.
|
// be the same reference as `window.setTimeout`.
|
||||||
window.clearTimeout = window.clearTimeout;
|
window.clearTimeout = window.clearTimeout;
|
||||||
window.setTimeout = window.setTimeout;
|
window.setTimeout = window.setTimeout;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user