Skip to content

Commit

Permalink
removed a duplicate method declaration of .cut()
Browse files Browse the repository at this point in the history
  • Loading branch information
dryan committed Apr 14, 2013
1 parent b103691 commit 287e578
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions django-filters.js
Expand Up @@ -466,11 +466,6 @@ if(!window.django) {
return this;
};

DjangoFilterString.prototype.intcomma = function(toCut) {
this.value = django.filters.intcomma(this.value, toCut);
return this;
};

DjangoFilterString.prototype.intcomma = function() {
this.value = django.filters.intcomma(this.value);
return this;
Expand Down

0 comments on commit 287e578

Please sign in to comment.