Skip to content

Instantly share code, notes, and snippets.

@dburles
Created August 25, 2014 12:07
Show Gist options
  • Save dburles/1a53359aba99c3d0b3fb to your computer and use it in GitHub Desktop.
Save dburles/1a53359aba99c3d0b3fb to your computer and use it in GitHub Desktop.
Template.foo.events({
'keyup .bar': _.debounce(function(event) {
// ...
}, 300)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment