@danielgindi/selectbox 2.0.41 → 2.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/lib.umd.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @danielgindi/selectbox 2.0.41
2
+ * @danielgindi/selectbox 2.0.42
3
3
  * git://github.com/danielgindi/selectbox.git
4
4
  */
5
5
  (function (global, factory) {
@@ -13147,7 +13147,7 @@
13147
13147
 
13148
13148
  this._stopTrackingPresence();
13149
13149
 
13150
- p.presenceInt = setInterval(function () {
13150
+ p.presenceInt = setInterval(() => {
13151
13151
  if (DomCompat.getRootNode(p.el) !== document)
13152
13152
  this.closeList();
13153
13153
  }, 200);