소스 검색

Merge pull request #3654 from wdietz/master

Fix IE 8-11 not showing Chinese characters
Kevin Brown 9 년 전
부모
커밋
700f7908fc
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/js/select2/dropdown/attachBody.js

+ 0 - 2
src/js/select2/dropdown/attachBody.js

@@ -177,8 +177,6 @@ define([
   };
   };
 
 
   AttachBody.prototype._resizeDropdown = function () {
   AttachBody.prototype._resizeDropdown = function () {
-    this.$dropdownContainer.width();
-
     var css = {
     var css = {
       width: this.$container.outerWidth(false) + 'px'
       width: this.$container.outerWidth(false) + 'px'
     };
     };