Skip to content

Commit

Permalink
sorry, this is actual fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aarek committed Jul 12, 2011
1 parent 4987ff4 commit 6b3cc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tagit.js
Expand Up @@ -244,7 +244,7 @@
_initialTags: function() {
var input = this;
if (this.options.initialTags.length != 0) {
this.options.initialTags.each(function(i, element){
$(this.options.initialTags).each(function(i, element){
input._addTag(element);
});
}
Expand Down

0 comments on commit 6b3cc70

Please sign in to comment.