瀏覽代碼

Clicking the clear button raised the changed event twice. fixes #867

Igor Vaynberg 12 年之前
父節點
當前提交
250447b53a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      select2.js

+ 0 - 1
select2.js

@@ -1707,7 +1707,6 @@ the specific language governing permissions and limitations under the Apache Lic
                 this.clear();
                 this.clear();
                 killEventImmediately(e);
                 killEventImmediately(e);
                 this.close();
                 this.close();
-                this.triggerChange();
                 this.selection.focus();
                 this.selection.focus();
             }));
             }));