mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Bump to v4.0.0.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
var baseSetData = require('./baseSetData'),
|
||||
now = require('../date/now');
|
||||
now = require('../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