mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Bump to v4.3.0.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import cloneBuffer from './_cloneBuffer';
|
||||
import cloneArrayBuffer from './_cloneArrayBuffer';
|
||||
import cloneMap from './_cloneMap';
|
||||
import cloneRegExp from './_cloneRegExp';
|
||||
import cloneSet from './_cloneSet';
|
||||
@@ -42,7 +42,7 @@ function initCloneByTag(object, tag, isDeep) {
|
||||
var Ctor = object.constructor;
|
||||
switch (tag) {
|
||||
case arrayBufferTag:
|
||||
return cloneBuffer(object);
|
||||
return cloneArrayBuffer(object);
|
||||
|
||||
case boolTag:
|
||||
case dateTag:
|
||||
|
||||
Reference in New Issue
Block a user