We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fd6c27 + 8b30832 commit d39aceaCopy full SHA for d39acea
moment-precise-range.js
@@ -1,5 +1,5 @@
1
if (typeof moment === "undefined" && typeof require === 'function') {
2
- moment = require('moment');
+ var moment = require('moment');
3
}
4
5
(function(moment) {
0 commit comments