Comparing version 0.6.0-beta.16 to 0.6.0-beta.17
@@ -75,3 +75,3 @@ interface ViewportSize { | ||
_unbindEvent(): void; | ||
_bindEvent(container: any, type: any, fn: any, _options?: any): () => void; | ||
_bindEvent(container: any, type: any, fn: any, _options?: any): any; | ||
_bindEvents(): void; | ||
@@ -78,0 +78,0 @@ scrollTo(x: number, y: number, animate: boolean): void; |
{ | ||
"name": "zscroller", | ||
"description": "dom scroller based on zynga scroller", | ||
"version": "0.6.0-beta.16", | ||
"version": "0.6.0-beta.17", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "files": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
195986
1702