Skip to content

Commit

Permalink
Merge pull request #21 from hlsolutions/master
Browse files Browse the repository at this point in the history
Removes a trailing comma
  • Loading branch information
wuyuntao committed Jun 15, 2012
2 parents 783ff41 + d4aba98 commit 6fe14bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.autoSuggest.js
Expand Up @@ -103,7 +103,7 @@
remove: function(value) {
values_input.val(values_input.val().replace(","+value+",",","));
selections_holder.find('li[data-value = "' + value + '"]').remove();
},
}
});
var input = $(this);
input.attr("autocomplete","off").addClass("as-input").attr("id",x_id);
Expand Down

0 comments on commit 6fe14bf

Please sign in to comment.