Skip to content

Instantly share code, notes, and snippets.

@BryanDonovan
Created October 31, 2011 02:19
Show Gist options
  • Save BryanDonovan/1326766 to your computer and use it in GitHub Desktop.
Save BryanDonovan/1326766 to your computer and use it in GitHub Desktop.
jshint-autofix-bug
redis_client.set(key, JSON.stringify(doc), function(redis_err, response) {
});
var url = "/"+user_id+"/likes?access_token="+offline_token;
// the above becomes
// var url = " /"+ user_id + "/likes?access_token ="+ offline_token;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment