mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Reorder overloads in 'mCustomScrollbar'.
This commit is contained in:
+6
-6
@@ -129,12 +129,6 @@ declare module MCustomScrollbar {
|
||||
}
|
||||
|
||||
interface JQuery {
|
||||
/**
|
||||
* Creates a new mCustomScrollbar with the specified or default options
|
||||
*
|
||||
* @param options Override default options
|
||||
*/
|
||||
mCustomScrollbar(options?: MCustomScrollbar.CustomScrollbarOptions): JQuery;
|
||||
/**
|
||||
* Calls specified methods on the scrollbar "update", "stop", "disable", "destroy"
|
||||
*
|
||||
@@ -149,4 +143,10 @@ interface JQuery {
|
||||
* @param options Override default options
|
||||
*/
|
||||
mCustomScrollbar(scrollTo: string, parameter: any, options?: MCustomScrollbar.ScrollToParameterOptions): JQuery;
|
||||
/**
|
||||
* Creates a new mCustomScrollbar with the specified or default options
|
||||
*
|
||||
* @param options Override default options
|
||||
*/
|
||||
mCustomScrollbar(options?: MCustomScrollbar.CustomScrollbarOptions): JQuery;
|
||||
}
|
||||
Reference in New Issue
Block a user