schangxiang@126.com
2025-10-10 35d6465fc502a3287c6cc1d0f307d616dbe1ccda
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;