Skip to content

Instantly share code, notes, and snippets.

@hobodave
Created April 23, 2009 08:40
Show Gist options
  • Select an option

  • Save hobodave/100399 to your computer and use it in GitHub Desktop.

Select an option

Save hobodave/100399 to your computer and use it in GitHub Desktop.
var fb = function(transport) {
console.log(transport.responseJSON);
}
var sc = new SpellChecker('/spell/json-rpc.php', fb);
sc.check('sevne');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment