Skip to content

Commit 14005bf

Browse files
committed
Fix #280
1 parent e1905e8 commit 14005bf

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

dist/css/lg-fb-comment-box.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/lg-transitions.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/lightgallery.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/lightgallery.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! lightgallery - v1.3.4 - 2016-09-28
1+
/*! lightgallery - v1.3.4 - 2016-09-30
22
* http://sachinchoolur.github.io/lightGallery/
33
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
44

@@ -19,7 +19,7 @@
1919
}(this, function ($) {
2020

2121

22-
(function($, window, document, undefined) {
22+
(function() {
2323
'use strict';
2424

2525
var defaults = {
@@ -1334,7 +1334,7 @@
13341334

13351335
$.fn.lightGallery.modules = {};
13361336

1337-
})(jQuery, window, document);
1337+
})();
13381338

13391339

13401340
}));

dist/js/lightgallery.min.js

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

src/js/lightgallery.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
(function($, window, document, undefined) {
2+
(function() {
33
'use strict';
44

55
var defaults = {
@@ -1314,4 +1314,4 @@
13141314

13151315
$.fn.lightGallery.modules = {};
13161316

1317-
})(jQuery, window, document);
1317+
})();

0 commit comments

Comments
 (0)