Skip to content

Commit

Permalink
using moment@2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timrwood committed Jul 7, 2013
1 parent aa1f5be commit da81c20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1,571 deletions.
2 changes: 1 addition & 1 deletion moment-timezone.js
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,6 @@
} else if (typeof window !== "undefined" && window.moment) {
onload(window.moment);
} else if (typeof module !== 'undefined') {
module.exports = onload(require('./moment'));
module.exports = onload(require('moment'));
}
}).apply(this);
Loading

0 comments on commit da81c20

Please sign in to comment.