Skip to content

Instantly share code, notes, and snippets.

View adamgotterer's full-sized avatar

Adam Gotterer adamgotterer

  • CTO @ Common
  • New York, NY
View GitHub Profile
// Service for checking the availability of a given word
Splitter.module('Checkers', function(Checkers, Splitter) {
var LocalChecker = {
comKeyFor: function(compound) {
return 'avail/.com/' + compound;
},
check: function(compound) {