From 250447b53a9f9346573e7c934098c9b59167547f Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Wed, 20 Feb 2013 08:51:03 -0800 Subject: [PATCH] Clicking the clear button raised the changed event twice. fixes #867 --- select2.js | 1 - 1 file changed, 1 deletion(-) diff --git a/select2.js b/select2.js index 0b20d1e2..99edc4e8 100644 --- a/select2.js +++ b/select2.js @@ -1707,7 +1707,6 @@ the specific language governing permissions and limitations under the Apache Lic this.clear(); killEventImmediately(e); this.close(); - this.triggerChange(); this.selection.focus(); }));