mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Fix iScroll and angular definitions
This commit is contained in:
Vendored
+1
-1
@@ -32,7 +32,7 @@ interface iScrollOptions {
|
||||
onDestroy?: iScrollEvent;
|
||||
}
|
||||
|
||||
class iScroll {
|
||||
declare class iScroll {
|
||||
|
||||
constructor (element: string);
|
||||
constructor (element: string, options: iScrollOptions);
|
||||
|
||||
Vendored
+1
-1
@@ -57,7 +57,7 @@ interface iScrollOptions {
|
||||
onZoomEnd?: iScrollEvent;
|
||||
}
|
||||
|
||||
class iScroll {
|
||||
declare class iScroll {
|
||||
|
||||
constructor (element: string);
|
||||
constructor (element: string, options: iScrollOptions);
|
||||
|
||||
Reference in New Issue
Block a user