Version 1
[yaffs-website] / node_modules / grunt-uncss / node_modules / lodash / _Promise.js
diff --git a/node_modules/grunt-uncss/node_modules/lodash/_Promise.js b/node_modules/grunt-uncss/node_modules/lodash/_Promise.js
new file mode 100644 (file)
index 0000000..247b9e1
--- /dev/null
@@ -0,0 +1,7 @@
+var getNative = require('./_getNative'),
+    root = require('./_root');
+
+/* Built-in method references that are verified to be native. */
+var Promise = getNative(root, 'Promise');
+
+module.exports = Promise;