summaryrefslogtreecommitdiffstats
path: root/js/vendor/momentjs/meteor/export.js
blob: e8870ceb5ababdc684d502d08041b692900bfb67 (plain)
1
2
3
// moment.js makes `moment` global on the window (or global) object, while Meteor expects a file-scoped global variable
moment = this.moment;
delete this.moment;