From 375b385f46e2ce2f0a555ab51d470d776c54fdb5 Mon Sep 17 00:00:00 2001 From: Ben Brown Date: Thu, 28 Apr 2011 15:00:00 -0500 Subject: [PATCH] Store the callbacks --- jquery.tagsinput.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jquery.tagsinput.js b/jquery.tagsinput.js index a23d220..d12c83d 100644 --- a/jquery.tagsinput.js +++ b/jquery.tagsinput.js @@ -17,6 +17,7 @@ (function($) { var delimiter = new Array(); + var tags_callbacks = new Array(); jQuery.fn.addTag = function(value,options) {