Version 1
[yaffs-website] / node_modules / grunt-uncss / node_modules / lodash / _baseLodash.js
diff --git a/node_modules/grunt-uncss/node_modules/lodash/_baseLodash.js b/node_modules/grunt-uncss/node_modules/lodash/_baseLodash.js
new file mode 100644 (file)
index 0000000..f76c790
--- /dev/null
@@ -0,0 +1,10 @@
+/**
+ * The function whose prototype chain sequence wrappers inherit from.
+ *
+ * @private
+ */
+function baseLodash() {
+  // No operation performed.
+}
+
+module.exports = baseLodash;