Files
lodash/internal/nativeCreate.js
John-David Dalton 8c26e6fd4c Bump to v4.0.0.
2016-01-13 01:10:19 -08:00

8 lines
192 B
JavaScript

define(['./getNative'], function(getNative) {
/* Built-in method references that are verified to be native. */
var nativeCreate = getNative(Object, 'create');
return nativeCreate;
});