Fixes #3503: Removes redundant 'open' event trigger
@@ -396,8 +396,6 @@ define([
}
this.trigger('query', {});
-
- this.trigger('open');
};
Select2.prototype.close = function () {