Skip to content

Instantly share code, notes, and snippets.

@david-martin
Created November 15, 2013 09:12
Show Gist options
  • Select an option

  • Save david-martin/7481449 to your computer and use it in GitHub Desktop.

Select an option

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