@design.estate/dees-domtools 2.3.0 → 2.3.1
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_bundle/bundle.js
CHANGED
|
@@ -40465,7 +40465,7 @@ var Scroller = class {
|
|
|
40465
40465
|
* Attaches the native scroll event listener.
|
|
40466
40466
|
*/
|
|
40467
40467
|
attachNativeScrollListener() {
|
|
40468
|
-
window.addEventListener("scroll", this.handleNativeScroll
|
|
40468
|
+
window.addEventListener("scroll", this.handleNativeScroll);
|
|
40469
40469
|
}
|
|
40470
40470
|
/**
|
|
40471
40471
|
* Detaches the native scroll event listener.
|