소스 검색

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();
                 killEventImmediately(e);
                 this.close();
-                this.triggerChange();
                 this.selection.focus();
             }));