Skip to content
This repository has been archived by the owner on May 25, 2018. It is now read-only.

Commit

Permalink
Merge pull request #78 from jhoff/carousel_startup_fix
Browse files Browse the repository at this point in the history
Fixes initial carousel render
  • Loading branch information
amanpatel committed Dec 29, 2015
2 parents 746ef62 + 6e4af5c commit 201502a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Slider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{
if (this.$parent.$children[c].$el == this.$el)
{
this.index= c;
this.index = parseInt(c,10);
break;
}
}
Expand Down

0 comments on commit 201502a

Please sign in to comment.