Skip to content

Commit

Permalink
Merge pull request #28 from kalmecak/moment-business-days/eduardo/bro…
Browse files Browse the repository at this point in the history
…wser-side-bug

Moment business days/eduardo/browser side bug
  • Loading branch information
eduolalo authored May 26, 2017
2 parents 0494521 + 1effec5 commit 81e73b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
'use strict';


if (typeof require === 'function') {
var moment = require('moment');
}


moment.fn.isHoliday = function () {
var locale = this.localeData();

Expand Down

0 comments on commit 81e73b1

Please sign in to comment.