update v1.0.5.1
This commit is contained in:
6
public/lb-faveo/plugins/moment-develop/meteor/export.js
Normal file
6
public/lb-faveo/plugins/moment-develop/meteor/export.js
Normal file
@@ -0,0 +1,6 @@
|
||||
// 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) {
|
||||
}
|
Reference in New Issue
Block a user