lodash: Fix clearTimeout typo. [closes #3] [jddalton, pdokas]

Former-commit-id: 4fc6e4de59483eaea4a47a653ce16176a30adab5
This commit is contained in:
John-David Dalton
2012-04-23 19:10:00 -04:00
parent 7838ad5eb7
commit efff2a63c3
3 changed files with 21 additions and 21 deletions

View File

@@ -76,7 +76,7 @@
nativeKeys = Object.keys;
/** Timer shortcuts */
var clearInteval = window.clearInterval,
var clearTimeout = window.clearTimeout,
setTimeout = window.setTimeout;
/** Compilation options for `_.difference` */