Skip to content

Commit

Permalink
Version 1.1.6 release..
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinchoolur committed Oct 25, 2016
1 parent e03b43f commit 4ad4a62
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lightslider",
"version": "1.1.5",
"version": "1.1.6",
"homepage": "https://github.com/sachinchoolur/lightslider",
"authors": [
"Sachin N <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions dist/css/lightslider.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! lightslider - v1.1.5 - 2015-10-31
/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
Expand Down
8 changes: 4 additions & 4 deletions dist/js/lightslider.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! lightslider - v1.1.5 - 2015-10-31
/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
* Copyright (c) 2016 Sachin N; Licensed MIT */
(function ($, undefined) {
'use strict';
var defaults = {
Expand Down Expand Up @@ -456,7 +456,7 @@
$this.auto();
}
}else{
obj.find('img').load(function () {
obj.find('img').on('load', function () {
setTimeout(function () {
setCss();
if (!interval) {
Expand Down Expand Up @@ -1140,4 +1140,4 @@
});
return this;
};
}(jQuery));
}(jQuery));
6 changes: 3 additions & 3 deletions dist/js/lightslider.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lightslider",
"description": "jQuery lightSlider is a lightweight responsive content slider - carousel with animated thumbnails navigation",
"version": "1.1.5",
"version": "1.1.6",
"keywords": [
"slider",
"contentslider",
Expand Down

0 comments on commit 4ad4a62

Please sign in to comment.