mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-11 17:34:58 +00:00
Update http.js
This commit is contained in:
parent
ed991d81ce
commit
31d4c26ac4
|
@ -47,7 +47,7 @@ var HTTPObject = function(engine) {
|
|||
return Math.floor(new Date().getTime()) - t;
|
||||
},
|
||||
"isotime": function() {
|
||||
return new Date().toISOString()
|
||||
return new Date().toISOString();
|
||||
}
|
||||
};
|
||||
this.connectTimeout = 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user