Sfoglia il codice sorgente

Merge pull request #3507 from RyanDale/issue-3503

Fixes #3503: Removes redundant 'open' event trigger
Kevin Brown 9 anni fa
parent
commit
1587708826
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      src/js/select2/core.js

+ 0 - 2
src/js/select2/core.js

@@ -396,8 +396,6 @@ define([
     }
     }
 
 
     this.trigger('query', {});
     this.trigger('query', {});
-
-    this.trigger('open');
   };
   };
 
 
   Select2.prototype.close = function () {
   Select2.prototype.close = function () {