Update mCustomScrollbar.d.ts

This commit is contained in:
kwiateusz
2015-11-05 19:16:20 +01:00
parent fccf41376b
commit 47a19e1ca5
+1 -1
View File
@@ -19,7 +19,7 @@ declare module MCustomScrollbar {
* Define contents scrolling axis (the type of scrollbars added to the element: vertical and/of horizontal).
* Available values: "y", "x", "yx". y -vertical, x - horizontal
*/
axis: string;
axis?: string;
/**
* Scrolling inertia (easing), value in milliseconds (0 for no scrolling inertia)
*/