Skip to content

Instantly share code, notes, and snippets.

@eduardo-matos
Created March 11, 2013 13:29
Show Gist options
  • Save eduardo-matos/5134214 to your computer and use it in GitHub Desktop.
Save eduardo-matos/5134214 to your computer and use it in GitHub Desktop.
JSONP call using raw AMD.
require([
'http://search.twitter.com/search.json?callback=define&q=%23javascript'
], function (jsonpResponse) {
console.log(jsonpResponse);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment