@types/scroller
Advanced tools
+6
-6
| { | ||
| "name": "@types/scroller", | ||
| "version": "0.0.26", | ||
| "version": "0.0.27", | ||
| "description": "TypeScript definitions for Zynga Scroller", | ||
| "license": "MIT", | ||
| "author": "Boris Yankov <https://github.com/borisyankov>", | ||
| "main": "", | ||
| "scripts": {}, | ||
| "author": "Boris Yankov <https://github.com/borisyankov>", | ||
| "repository": { | ||
@@ -12,5 +12,5 @@ "type": "git", | ||
| }, | ||
| "license": "MIT", | ||
| "typings": "index.d.ts", | ||
| "dependencies": {} | ||
| "scripts": {}, | ||
| "dependencies": {}, | ||
| "typings": "index.d.ts" | ||
| } |
+1
-1
@@ -11,3 +11,3 @@ # Installation | ||
| Additional Details | ||
| * Last updated: Thu, 14 Jul 2016 13:52:50 GMT | ||
| * Last updated: Tue, 19 Jul 2016 13:07:26 GMT | ||
| * File structure: Global | ||
@@ -14,0 +14,0 @@ * Library Dependencies: none |
@@ -19,6 +19,6 @@ { | ||
| "files": [ | ||
| "easyscroller.d.ts", | ||
| "index.d.ts" | ||
| ], | ||
| "contentHash": "99bb191d2d07f2f25794ece06d72218d4230a828ad9df1c032eb5ad542ef32bc" | ||
| "hasPackageJson": false, | ||
| "contentHash": "89d454a8e1e9183c94c71823f0f79a8cb3cfaa5ece47718ffa20f3e31633ee3c" | ||
| } |
| // Type definitions for Zynga EasyScroller | ||
| // Project: https://github.com/zynga/scroller | ||
| // Definitions by: Boris Yankov <https://github.com/borisyankov> | ||
| // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
| /// <reference path="scroller.d.ts"/> | ||
| declare class EasyScroller { | ||
| constructor (content: any, options: ScrollerOptions); | ||
| render(): void; | ||
| reflow(): void; | ||
| bindEvents(): void; | ||
| } |
3687
-10.49%4
-20%65
-14.47%