browser.js 137 B

1234567
  1. // when this is loaded into the browser,
  2. // just use the defaults...
  3. module.exports = function (name, defaults) {
  4. return defaults
  5. }