mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +00:00
Apply let/const transform.
This commit is contained in:
@@ -21,7 +21,7 @@ const baseCreate = (() => {
|
||||
return objectCreate(proto);
|
||||
}
|
||||
object.prototype = proto;
|
||||
var result = new object;
|
||||
const result = new object;
|
||||
object.prototype = undefined;
|
||||
return result;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user