Skip to content

Instantly share code, notes, and snippets.

@hhariri
Created October 8, 2012 17:38
Show Gist options
  • Save hhariri/3853815 to your computer and use it in GitHub Desktop.
Save hhariri/3853815 to your computer and use it in GitHub Desktop.
/**
* Make a request to a specific URL using a method
* @param {string} url
* @param {string} method
*/
var makeRequestDocumented = function (url, method) {
// make a request
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment