Created
October 12, 2009 22:38
-
-
Save lsmith/208809 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| delete Object.prototype.toJSON; | |
| delete Array.prototype.toJSON; | |
| delete Hash.prototype.toJSON; | |
| delete Number.prototype.toJSON; | |
| delete Boolean.prototype.toJSON; | |
| delete String.prototype.toJSON; | |
| Object.toJSON = YAHOO.lang.JSON.stringify; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment