Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

browser.js 137B

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