mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Fix iScroll and angular definitions
This commit is contained in:
Vendored
+1
-1
@@ -9,7 +9,7 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// ngCookies module (angular-cookies.js)
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
module ng.cookies {
|
||||
declare module ng.cookies {
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
// CookieService
|
||||
|
||||
Vendored
+1
-1
@@ -9,7 +9,7 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// ngSanitize module (angular-sanitize.js)
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
module ng.sanitize {
|
||||
declare module ng.sanitize {
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
// SanitizeService
|
||||
|
||||
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