1
0
mirror of synced 2025-02-04 14:19:23 +03:00

Fixes #3503: Removes redundant 'open' event trigger

This commit is contained in:
Ryan Dale 2015-06-21 16:30:20 -04:00
parent 19c87d3bae
commit c5a54ed706

View File

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