Skip to content

Instantly share code, notes, and snippets.

@stevestreza
Created January 8, 2009 03:18
Show Gist options
  • Save stevestreza/44554 to your computer and use it in GitHub Desktop.
Save stevestreza/44554 to your computer and use it in GitHub Desktop.
--- server.orig.js 2009-01-07 22:07:48.000000000 -0500
+++ server.js 2009-01-07 22:08:56.000000000 -0500
@@ -103 +103 @@ Twitter.serverController = SC.Object.cre
- if (json && json.parseJSON) json = json.parseJSON() ;
+ if (json && SC.json) json = SC.json.decode(json) ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment