Remove local clearTimeout and setTimeout vars from the underscore build.

Former-commit-id: d783c0a387ad96b14db718da04dec43056452042
This commit is contained in:
John-David Dalton
2013-06-18 08:59:58 -07:00
parent ee936fe1a1
commit 1f4d6eb0df
3 changed files with 38 additions and 34 deletions

View File

@@ -179,12 +179,10 @@
/** Native method shortcuts */
var ceil = Math.ceil,
clearTimeout = window.clearTimeout,
concat = arrayRef.concat,
floor = Math.floor,
hasOwnProperty = objectProto.hasOwnProperty,
push = arrayRef.push,
setTimeout = window.setTimeout,
toString = objectProto.toString;
/* Native method shortcuts for methods with the same name as other `lodash` methods */