Skip to content

Commit

Permalink
Merged master. Fixed merge error with Date toISOString, having moved …
Browse files Browse the repository at this point in the history
…from one file to another.
  • Loading branch information
kriskowal committed Dec 14, 2009
2 parents 552d666 + 01b9b00 commit 9745db5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Empty file modified README.md
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion engines/default/lib/global-es5.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ if (!Date.prototype.toISOString) {
Date.prototype.toISOString = function() {
return (
this.getFullYear() + "-" +
this.getMonth() + "-" +
(this.getMonth() + 1) + "-" +
this.getDate() + "T" +
this.getHours() + ":" +
this.getMinutes() + ":" +
Expand Down
Binary file modified engines/rhino/jars/js.jar
Binary file not shown.

0 comments on commit 9745db5

Please sign in to comment.