Files
lodash/_nativeCreate.js
John-David Dalton 7293d39642 Bump to v4.1.0.
2016-01-29 01:14:13 -08:00

8 lines
193 B
JavaScript

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