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