Browse Source

Merge pull request #3507 from RyanDale/issue-3503

Fixes #3503: Removes redundant 'open' event trigger
Kevin Brown 9 years ago
parent
commit
1587708826
1 changed files with 0 additions and 2 deletions
  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('open');
   };
 
   Select2.prototype.close = function () {