eric sciple 422b9fdb15 .
2020-01-24 12:21:24 -05:00

8 lines
137 B
JavaScript

// when this is loaded into the browser,
// just use the defaults...
module.exports = function (name, defaults) {
return defaults
}