Skip to content

Instantly share code, notes, and snippets.

@david-martin
Created November 15, 2013 09:12
Show Gist options
  • Save david-martin/7481449 to your computer and use it in GitHub Desktop.
Save david-martin/7481449 to your computer and use it in GitHub Desktop.
fh.init callbacks
$fh.init({}, function () {
// init ok
}, function (code, res) {
alert(res.error);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment