Skip to content

Commit 701200f

Browse files
committed
Updated build versions
1 parent 701e756 commit 701200f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/fecha.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/fecha.umd.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
}
197197
}],
198198
ZZ: ['[^\\s]*?[\\+\\-]\\d\\d:?\\d\\d|[^\\s]*?Z', function (d, v) {
199-
var parts = (v + '').match(/([\+\-]|\d\d)/gi), minutes;
199+
var parts = (v + '').match(/([+-]|\d\d)/gi), minutes;
200200

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

0 commit comments

Comments
 (0)