1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-23 17:23:23 -05:00

7 lines
188 B
JavaScript
Raw Normal View History

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