We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f8eaff commit 606d7cfCopy full SHA for 606d7cf
meteor/export.js
@@ -1,3 +1,6 @@
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
-delete this.moment;
+try {
4
+ delete this.moment;
5
+} catch (e) {
6
+}
0 commit comments