diff --git a/src/js/select2/dropdown/attachBody.js b/src/js/select2/dropdown/attachBody.js index a7a38ff5..e1514edb 100644 --- a/src/js/select2/dropdown/attachBody.js +++ b/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' };