fixed a spelling error
parent
a863fc891b
commit
8abd6982ec
|
@ -1,4 +1,4 @@
|
||||||
1.0.0 / 2018-05-25
|
1.0.1 / 2018-05-25
|
||||||
==================
|
==================
|
||||||
* delete global extends
|
* delete global extends
|
||||||
* add Promise.defer extend
|
* add Promise.defer extend
|
||||||
|
|
|
@ -83,7 +83,7 @@ if (!Date.prototype.format) {
|
||||||
D: dt.day
|
D: dt.day
|
||||||
}
|
}
|
||||||
|
|
||||||
for (let i in re) {
|
for (let i in reg) {
|
||||||
str = str.replace(new RegExp(i, 'g'), reg[i])
|
str = str.replace(new RegExp(i, 'g'), reg[i])
|
||||||
}
|
}
|
||||||
return str
|
return str
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "es.shim",
|
"name": "es.shim",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Some shim api that let you can use in all node.js environment",
|
"description": "Some shim api that let you can use in all node.js environment",
|
||||||
"keyworks": [
|
"keyworks": [
|
||||||
"es5",
|
"es5",
|
||||||
|
|
Loading…
Reference in New Issue