fixed
parent
1285c266c6
commit
0afc54671b
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "es.shim",
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.1",
|
||||
"description": "实现部分新API, 以及一些常用的扩展方法",
|
||||
"keyworks": [
|
||||
"es5",
|
||||
|
|
|
@ -48,7 +48,7 @@ if (!Date.prototype.format) {
|
|||
week: this.getWeek(),
|
||||
month: this.getMonth() + 1,
|
||||
date: this.getDate(),
|
||||
day: this.getDay() + 1,
|
||||
day: this.getDay(),
|
||||
hours: this.getHours(),
|
||||
minutes: this.getMinutes(),
|
||||
seconds: this.getSeconds()
|
||||
|
|
Loading…
Reference in New Issue