Skip to content
This repository was archived by the owner on May 22, 2020. It is now read-only.

Commit 0a3d211

Browse files
committed
fixup! data-src alias for data-remote
1 parent ecf52d8 commit 0a3d211

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

dist/ekko-lightbox.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ var Lightbox = (function ($) {
4848
key: 'Default',
4949

5050
/**
51-
Class properties:
52-
_$element: null -> the <a> element currently being displayed
51+
Class properties:
52+
_$element: null -> the <a> element currently being displayed
5353
_$modal: The bootstrap modal generated
5454
_$modalDialog: The .modal-dialog
5555
_$modalContent: The .modal-content
@@ -60,13 +60,13 @@ var Lightbox = (function ($) {
6060
_$lightboxContainerTwo: Container of the second lightbox element
6161
_$lightboxBody: First element in the container
6262
_$modalArrows: The overlayed arrows container
63-
_$galleryItems: Other <a>'s available for this gallery
63+
_$galleryItems: Other <a>'s available for this gallery
6464
_galleryName: Name of the current data('gallery') showing
6565
_galleryIndex: The current index of the _$galleryItems being shown
66-
_config: {} the options for the modal
66+
_config: {} the options for the modal
6767
_modalId: unique id for the current lightbox
6868
_padding / _border: CSS properties for the modal container; these are used to calculate the available space for the content
69-
*/
69+
*/
7070

7171
get: function get() {
7272
return Default;
@@ -507,7 +507,7 @@ var Lightbox = (function ($) {
507507
// local ajax can be loaded into the container itself
508508
if (!disableExternalCheck && !this._isExternal(url)) {
509509
$containerForElement.load(url, $.proxy(function () {
510-
return _this3._$element.trigger('loaded.bs.modal');l;
510+
return _this3._$element.trigger('loaded.bs.modal');
511511
}));
512512
} else {
513513
$containerForElement.html('<iframe src="' + url + '" frameborder="0" allowfullscreen></iframe>');

dist/ekko-lightbox.js.map

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/ekko-lightbox.min.js

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/ekko-lightbox.min.js.map

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

0 commit comments

Comments
 (0)