Skip to content

Commit

Permalink
Merge pull request #70 from PurHur/Issue#66
Browse files Browse the repository at this point in the history
Resolve issue #66
  • Loading branch information
nir9 authored Mar 24, 2017
2 parents 4f8b26d + db4fc87 commit e18300b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = {
_this.nav = nav;

element.translate3d(0);
anim.gotoSlideByIndex(_this.options.start);
anim.gotoSlideByIndex(parseInt(_this.options.start));

//Check if scroll has been enabled
if (!_this.options.disable_scroll) {
Expand Down

0 comments on commit e18300b

Please sign in to comment.