Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created May 7, 2017 04:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/822652959c476aed28b910e0555f3f2a to your computer and use it in GitHub Desktop.
Save goofmint/822652959c476aed28b910e0555f3f2a to your computer and use it in GitHub Desktop.
3.md
function main() {
let p = ajax();
p.then(function(results) {
// Ajaxの処理成功時
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment