mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 00:57:48 +00:00
Bump to v4.0.0.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import baseSetData from './baseSetData';
|
||||
import now from '../date/now';
|
||||
import now from '../now';
|
||||
|
||||
/** Used to detect when a function becomes hot. */
|
||||
/** Used to detect hot functions by number of calls within a span of milliseconds. */
|
||||
var HOT_COUNT = 150,
|
||||
HOT_SPAN = 16;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user