Skip to content

Commit

Permalink
Update comment; the animate argument doesn't exist.
Browse files Browse the repository at this point in the history
  • Loading branch information
julen committed Aug 17, 2011
1 parent 95937be commit 00a3752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tag-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
},

removeAll: function() {
// Removes all tags. Takes an optional `animate` argument.
// Removes all tags.
var that = this;
this.tagList.children('.tagit-choice').each(function(index, tag) {
that.removeTag(tag, false);
Expand Down

0 comments on commit 00a3752

Please sign in to comment.