mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
Fix prototype typo.
This commit is contained in:
@@ -1672,7 +1672,7 @@
|
|||||||
if (objectCreate) {
|
if (objectCreate) {
|
||||||
return objectCreate(proto);
|
return objectCreate(proto);
|
||||||
}
|
}
|
||||||
object.prototype = prototype;
|
object.prototype = proto;
|
||||||
var result = new object;
|
var result = new object;
|
||||||
object.prototype = undefined;
|
object.prototype = undefined;
|
||||||
return result;
|
return result;
|
||||||
|
|||||||
Reference in New Issue
Block a user