We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e2ade0 commit eae4d01Copy full SHA for eae4d01
1 file changed
src/js/select2/dropdown/attachBody.js
@@ -80,7 +80,7 @@ define([
80
this.$dropdownContainer.detach();
81
};
82
83
- AttachBody.prototype._attachPositioningHandler = function (container) {
+ AttachBody.prototype._attachPositioningHandler = function (decorated, container) {
84
var self = this;
85
86
var scrollEvent = 'scroll.select2.' + container.id;
@@ -107,7 +107,7 @@ define([
107
});
108
109
110
- AttachBody.prototype._detachPositioningHandler = function (container) {
+ AttachBody.prototype._detachPositioningHandler = function (decorated, container) {
111
112
var resizeEvent = 'resize.select2.' + container.id;
113
var orientationEvent = 'orientationchange.select2.' + container.id;
0 commit comments