mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-02 00:00:04 +00:00
Update mCustomScrollbar-tests.ts
This commit is contained in:
@@ -22,9 +22,9 @@ class SimpleTestAllParams {
|
||||
this.element = $(".content");
|
||||
|
||||
this.element.mCustomScrollbar({
|
||||
set_width: false,
|
||||
set_height: false,
|
||||
horizontalScroll: false,
|
||||
setWidth: false,
|
||||
setHeight: false,
|
||||
axis: "y",
|
||||
scrollInertia: 950,
|
||||
mouseWheel: true,
|
||||
mouseWheelPixels: "auto",
|
||||
@@ -39,7 +39,7 @@ class SimpleTestAllParams {
|
||||
advanced: {
|
||||
updateOnBrowserResize: true,
|
||||
updateOnContentResize: false,
|
||||
autoExpandHorizontalScroll: false,
|
||||
autoExpandscrollInertia: false,
|
||||
autoScrollOnFocus: true,
|
||||
normalizeMouseWheelDelta: false
|
||||
},
|
||||
@@ -147,4 +147,4 @@ class DisableDestroyTest {
|
||||
});
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user