Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 09ae0b3

Browse files
committed
build
1 parent c16f9db commit 09ae0b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/asscroll.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3026,7 +3026,7 @@ class ASScroll {
30263026
* @param {boolean} [parameters.limitLerpRate=true] Match lerp speed on >60Hz displays to that of a 60Hz display
30273027
* @param {string} [parameters.blockScrollClass=.asscroll-block] The class to add to elements that should block ASScroll when hovered
30283028
*/
3029-
constructor(_parameters) {
3029+
constructor(_parameters = {}) {
30303030
src_defineProperty(this, "update", () => {
30313031
this.events.onRaf();
30323032
});

0 commit comments

Comments
 (0)