Skip to content

Commit

Permalink
Updated build versions
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorhakes committed Dec 2, 2018
1 parent 701e756 commit 701200f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/fecha.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/fecha.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
}
}],
ZZ: ['[^\\s]*?[\\+\\-]\\d\\d:?\\d\\d|[^\\s]*?Z', function (d, v) {
var parts = (v + '').match(/([\+\-]|\d\d)/gi), minutes;
var parts = (v + '').match(/([+-]|\d\d)/gi), minutes;

if (parts) {
minutes = +(parts[1] * 60) + parseInt(parts[2], 10);
Expand Down

0 comments on commit 701200f

Please sign in to comment.