mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +00:00
Bump to v3.9.0.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
define(['../lang/isNative'], function(isNative) {
|
||||
define(['../internal/getNative'], function(getNative) {
|
||||
|
||||
/* Native method references for those with the same name as other `lodash` methods. */
|
||||
var nativeNow = isNative(nativeNow = Date.now) && nativeNow;
|
||||
var nativeNow = getNative(Date, 'now');
|
||||
|
||||
/**
|
||||
* Gets the number of milliseconds that have elapsed since the Unix epoch
|
||||
|
||||
Reference in New Issue
Block a user