meteor-pre.js 279 B

123456
  1. // Defining this will trick dist/underscore.string.js into putting its exports into module.exports
  2. // Credit to Tim Heckel for this trick - see https://github.com/TimHeckel/meteor-underscore-string
  3. module = {};
  4. // This also needed, otherwise above doesn't work???
  5. exports = {};