mirror of
https://github.com/samsonjs/strftime.git
synced 2026-04-27 14:57:37 +00:00
Bugfix
This commit is contained in:
parent
785611bffa
commit
bef84d6988
1 changed files with 310 additions and 310 deletions
|
|
@ -65,7 +65,7 @@
|
|||
i = m.index + m[0].length;
|
||||
}
|
||||
|
||||
return r;
|
||||
return r + format.substring(i);
|
||||
}
|
||||
|
||||
var mask = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue