summaryrefslogtreecommitdiff
path: root/includes/search/node_modules/rc/browser.js
diff options
context:
space:
mode:
Diffstat (limited to 'includes/search/node_modules/rc/browser.js')
-rw-r--r--includes/search/node_modules/rc/browser.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/includes/search/node_modules/rc/browser.js b/includes/search/node_modules/rc/browser.js
new file mode 100644
index 0000000..8c230c5
--- /dev/null
+++ b/includes/search/node_modules/rc/browser.js
@@ -0,0 +1,7 @@
+
+// when this is loaded into the browser,
+// just use the defaults...
+
+module.exports = function (name, defaults) {
+ return defaults
+}