Skip to content

Commit 700f790

Browse files
committed
Merge pull request select2#3654 from wdietz/master
Fix IE 8-11 not showing Chinese characters
2 parents 716e79b + d37d6d6 commit 700f790

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/js/select2/dropdown/attachBody.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,6 @@ define([
177177
};
178178

179179
AttachBody.prototype._resizeDropdown = function () {
180-
this.$dropdownContainer.width();
181-
182180
var css = {
183181
width: this.$container.outerWidth(false) + 'px'
184182
};

0 commit comments

Comments
 (0)