Skip to content

Instantly share code, notes, and snippets.

@krosenberg
Created March 4, 2014 17:09
Show Gist options
  • Save krosenberg/9350840 to your computer and use it in GitHub Desktop.
Save krosenberg/9350840 to your computer and use it in GitHub Desktop.
initialize: function() {
this.submit = _.debounce(this.submit, 300);
},
filterOnKeyUp: function(e) {
this.submit();
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment