Update mCustomScrollbar-tests.ts

This commit is contained in:
kwiateusz
2015-11-05 19:14:02 +01:00
parent ba72a292dd
commit fccf41376b

View File

@@ -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 {
});
});
}
}
}