Skip to content

Commit 4ad4a62

Browse files
committed
Version 1.1.6 release..
1 parent e03b43f commit 4ad4a62

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lightslider",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"homepage": "https://github.com/sachinchoolur/lightslider",
55
"authors": [
66
"Sachin N <[email protected]>"

dist/css/lightslider.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*! lightslider - v1.1.5 - 2015-10-31
1+
/*! lightslider - v1.1.6 - 2016-10-25
22
* https://github.com/sachinchoolur/lightslider
3-
* Copyright (c) 2015 Sachin N; Licensed MIT */
3+
* Copyright (c) 2016 Sachin N; Licensed MIT */
44
/*! lightslider - v1.1.3 - 2015-04-14
55
* https://github.com/sachinchoolur/lightslider
66
* Copyright (c) 2015 Sachin N; Licensed MIT */

dist/js/lightslider.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*! lightslider - v1.1.5 - 2015-10-31
1+
/*! lightslider - v1.1.6 - 2016-10-25
22
* https://github.com/sachinchoolur/lightslider
3-
* Copyright (c) 2015 Sachin N; Licensed MIT */
3+
* Copyright (c) 2016 Sachin N; Licensed MIT */
44
(function ($, undefined) {
55
'use strict';
66
var defaults = {
@@ -456,7 +456,7 @@
456456
$this.auto();
457457
}
458458
}else{
459-
obj.find('img').load(function () {
459+
obj.find('img').on('load', function () {
460460
setTimeout(function () {
461461
setCss();
462462
if (!interval) {
@@ -1140,4 +1140,4 @@
11401140
});
11411141
return this;
11421142
};
1143-
}(jQuery));
1143+
}(jQuery));

dist/js/lightslider.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lightslider",
33
"description": "jQuery lightSlider is a lightweight responsive content slider - carousel with animated thumbnails navigation",
4-
"version": "1.1.5",
4+
"version": "1.1.6",
55
"keywords": [
66
"slider",
77
"contentslider",

0 commit comments

Comments
 (0)