mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 15:57:48 +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
|
||||
// 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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user