瀏覽代碼

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 () {
-    this.$dropdownContainer.width();
-
     var css = {
       width: this.$container.outerWidth(false) + 'px'
     };