scroll-syncer
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -9,3 +9,3 @@ function ScrollSyncer (vertical, horizontal) { | ||
if (vertical) this._to[i].scrollTop = target.scrollTop | ||
if (horizontal) this._to[i].scrollTop = target.scrollLeft | ||
if (horizontal) this._to[i].scrollLeft = target.scrollLeft | ||
} | ||
@@ -12,0 +12,0 @@ }).bind(this) |
{ | ||
"name": "scroll-syncer", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Synchronize scoll position among several elements", | ||
@@ -5,0 +5,0 @@ "main": "index.common.js", |
4353