Skip to content

Instantly share code, notes, and snippets.

@cesutherland
Created July 13, 2012 20:32
Show Gist options
  • Save cesutherland/3107276 to your computer and use it in GitHub Desktop.
Save cesutherland/3107276 to your computer and use it in GitHub Desktop.
if (
filter &&
filter !== 'all' &&
filter !== task.get('type')
) {
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment