Skip to content

Instantly share code, notes, and snippets.

@sharpred
Created August 9, 2013 10:43
Show Gist options
  • Save sharpred/6192722 to your computer and use it in GitHub Desktop.
Save sharpred/6192722 to your computer and use it in GitHub Desktop.
qxhr.create
qxhr.create(conn).then(function(data) {
//do something here
}, function(error) {
//handle the error here
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment