Skip to content

Instantly share code, notes, and snippets.

@erichocean
Created August 10, 2009 19:59
Show Gist options
  • Save erichocean/165382 to your computer and use it in GitHub Desktop.
Save erichocean/165382 to your computer and use it in GitHub Desktop.
_response: function(request, userData) {
var json = request.get('response') ;
Refresher.processJson(json, {
query: userData.query
});
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment