summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/rc/browser.js
blob: 8c230c5cd2d397f79e30a278debc314256d15256 (plain)
1
2
3
4
5
6
7

// when this is loaded into the browser, 
// just use the defaults...

module.exports = function (name, defaults) {
  return defaults
}