Skip to content

Instantly share code, notes, and snippets.

@BerkeleyTrue
Created September 10, 2016 18:24
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 BerkeleyTrue/d24ac5f265762f1ad2b1a9a2cd3829ab to your computer and use it in GitHub Desktop.
Save BerkeleyTrue/d24ac5f265762f1ad2b1a9a2cd3829ab to your computer and use it in GitHub Desktop.
function(cb) {
$.ajax()
.then(() => {
// do test
cb();
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment