Skip to content

Commit

Permalink
Updated filter example, .filter(false) to remove filters
Browse files Browse the repository at this point in the history
  • Loading branch information
javve committed Nov 8, 2011
1 parent 0b7837e commit ebed3da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions website/examples/standard.html
Expand Up @@ -148,9 +148,7 @@ <h4><span class="name">Brooklyn Lager</span> <span class="category">Beverage</sp
return false;
});
$('#filter-none').click(function() {
featureList.filter(function(values) {
return true;
});
featureList.filter(false);
return false;
});
</script>
Expand Down

0 comments on commit ebed3da

Please sign in to comment.