This commit is contained in:
Ben Brown
2011-04-28 15:08:14 -05:00
parent 0a94827e4d
commit 1dbfe86a79
+1 -1
View File
@@ -21,7 +21,6 @@
jQuery.fn.addTag = function(value,options) {
var options = jQuery.extend({focus:false},options);
var options = jQuery.extend({focus:false,callback:true},options);
this.each(function() {
id = $(this).attr('id');
@@ -127,6 +126,7 @@
delimiter[id] = data.delimiter;
if (settings.onAddTag || settings.onRemoveTag) {
tags_callbacks[id] = new Array();
tags_callbacks[id]['onAddTag'] = settings.onAddTag;