just-carousel
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -140,3 +140,5 @@ /* global module, window, document */ | ||
this._onChangePos(changeInfo); | ||
if (this.currentSlideIdx !== this.neededSlideIdx) { | ||
this._onChangePos(changeInfo); | ||
} | ||
@@ -143,0 +145,0 @@ this.currentSlideIdx = this.neededSlideIdx * 1; |
{ | ||
"name": "just-carousel", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Just an 1-item-on-screen carousel that works naturally like an iOS/android desktops and nothing else.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
18274
393