Skip to content

Instantly share code, notes, and snippets.

@oste
Created December 31, 2013 22:51
Show Gist options
  • Save oste/8203050 to your computer and use it in GitHub Desktop.
Save oste/8203050 to your computer and use it in GitHub Desktop.
chainable deferreds
$.when(
that._transition(data.context)
).done(function () {
//ajax - make deferred
data.submit
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment