Skip to content

Commit

Permalink
lg-thumbnail bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinchoolur committed Aug 8, 2018
1 parent 3ebfebc commit 15aa14f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/js/lightgallery.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**!
* lightgallery.js | 1.0.3 | May 17th 2018
* lightgallery.js | 1.0.3 | August 8th 2018
* http://sachinchoolur.github.io/lightgallery.js/
* Copyright (c) 2016 Sachin N;
* @license GPLv3
Expand Down Expand Up @@ -1539,7 +1539,7 @@
// Distroy all lightGallery modules
for (var key in window.lgModules) {
if (_this.modules[key]) {
_this.modules[key].destroy();
_this.modules[key].destroy(d);
}
}

Expand Down

0 comments on commit 15aa14f

Please sign in to comment.