mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
cleaned-up headers
This commit is contained in:
Vendored
+2
-2
@@ -1,6 +1,6 @@
|
||||
// Type definitions for Zynga EasyScroller
|
||||
// Project: https://github.com/zynga/scroller
|
||||
// Definitions by: Boris Yankov https://github.com/borisyankov
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
@@ -12,4 +12,4 @@ declare class EasyScroller {
|
||||
render(): void;
|
||||
reflow(): void;
|
||||
bindEvents(): void;
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+2
-2
@@ -1,6 +1,6 @@
|
||||
// Type definitions for Zynga Scroller
|
||||
// Project: https://github.com/zynga/scroller
|
||||
// Definitions by: Boris Yankov https://github.com/borisyankov
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
@@ -47,4 +47,4 @@ declare class Scroller {
|
||||
doTouchStart(touches: any[], timeStamp: number): void;
|
||||
doTouchMove(touches: any[], timeStamp: number, scale?: number): void;
|
||||
doTouchEnd(timeStamp: number): void;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user