Remove white space between coresponding methods

This commit is contained in:
Kovács Vince
2017-10-30 08:50:03 +01:00
parent 088e63ab57
commit 175347f17b
-2
View File
@@ -34,9 +34,7 @@ declare namespace VueScrollTo {
interface VueStatic {
(options: Options): void;
(element: string | Element, options?: Options): void;
(element: string | Element, duration: number, options?: Options): void;
}
}