mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
Bump to v4.16.3.
This commit is contained in:
12
_defineProperty.js
Normal file
12
_defineProperty.js
Normal file
@@ -0,0 +1,12 @@
|
||||
define(['./_getNative'], function(getNative) {
|
||||
|
||||
var defineProperty = (function() {
|
||||
try {
|
||||
var func = getNative(Object, 'defineProperty');
|
||||
func({}, '', {});
|
||||
return func;
|
||||
} catch (e) {}
|
||||
}());
|
||||
|
||||
return defineProperty;
|
||||
});
|
||||
Reference in New Issue
Block a user