Explorar el Código

Merge pull request #3654 from wdietz/master

Fix IE 8-11 not showing Chinese characters
Kevin Brown hace 9 años
padre
commit
700f7908fc
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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'
     };