mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-29 01:45:49 +08:00
cleaned-up headers
This commit is contained in:
4
scroller/easyscroller.d.ts
vendored
4
scroller/easyscroller.d.ts
vendored
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
4
scroller/scroller.d.ts
vendored
4
scroller/scroller.d.ts
vendored
@@ -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