Skip to content

Commit

Permalink
Fixes #3503: Removes redundant 'open' event trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Dale committed Jun 21, 2015
1 parent 19c87d3 commit c5a54ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/js/select2/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,6 @@ define([
}

this.trigger('query', {});

this.trigger('open');
};

Select2.prototype.close = function () {
Expand Down

0 comments on commit c5a54ed

Please sign in to comment.