Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsroge committed Aug 24, 2015
1 parent f135fb8 commit 0804b6e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "owl.carousel2.thumbs",
"version": "0.1.4",
"version": "0.1.5",
"homepage": "https://github.com/gijsroge/OwlCarousel2-Thumbs",
"authors": [
{ "name" : "Gijs Rogé",
Expand Down
4 changes: 2 additions & 2 deletions dist/owl.carousel2.thumbs.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! owl.carousel2.thumbs - v0.1.4 | (c) 2015 @gijsroge | MIT license | https://github.com/gijsroge/OwlCarousel2-Thumbs */
/*! owl.carousel2.thumbs - v0.1.5 | (c) 2015 @gijsroge | MIT license | https://github.com/gijsroge/OwlCarousel2-Thumbs */
/**
* Thumbs Plugin
* @version 2.0.0
Expand Down Expand Up @@ -134,7 +134,7 @@

if (options.thumbsPrerendered) {
// slide to slide :)
$('[data-slider-id=' + this._identifier + ']').trigger('to.owl.carousel', index);
$('[data-slider-id=' + this._identifier + ']').trigger('to.owl.carousel', [index, options.dotsSpeed, true]);
} else {
this.owl.to(index, options.dotsSpeed);
}
Expand Down
4 changes: 2 additions & 2 deletions dist/owl.carousel2.thumbs.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "owl.carousel2.thumbs",
"title": "Owl Carousel 2 Thumbnails",
"description": "Enables thumbnail support for Owl Carousel 2.0",
"version": "0.1.4",
"version": "0.1.5",
"main": "dist/owl.carousel2.thumbs.min.js",
"homepage": "https://github.com/gijsroge/OwlCarousel2-Thumbs",
"author": {
Expand Down

0 comments on commit 0804b6e

Please sign in to comment.