Version 1
[yaffs-website] / node_modules / grunt-uncss / node_modules / lodash / _defineProperty.js
diff --git a/node_modules/grunt-uncss/node_modules/lodash/_defineProperty.js b/node_modules/grunt-uncss/node_modules/lodash/_defineProperty.js
new file mode 100644 (file)
index 0000000..b6116d9
--- /dev/null
@@ -0,0 +1,11 @@
+var getNative = require('./_getNative');
+
+var defineProperty = (function() {
+  try {
+    var func = getNative(Object, 'defineProperty');
+    func({}, '', {});
+    return func;
+  } catch (e) {}
+}());
+
+module.exports = defineProperty;