Skip to content

Instantly share code, notes, and snippets.

@KellyRice
Created March 28, 2012 16:10
Show Gist options
  • Save KellyRice/2227843 to your computer and use it in GitHub Desktop.
Save KellyRice/2227843 to your computer and use it in GitHub Desktop.
Dave code 2
filterOnEnter: (e) ->
if e.keyCode is 13
Todos.filterString = @$("#filter-string").val()
Todos.fetch()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment