export.js 188 B

123456
  1. // moment.js makes `moment` global on the window (or global) object, while Meteor expects a file-scoped global variable
  2. moment = this.moment;
  3. try {
  4. delete this.moment;
  5. } catch (e) {
  6. }