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

Commit

Permalink
5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleydw committed Jun 24, 2017
1 parent 0675370 commit 6bb8dac
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 128 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ekko-lightbox",
"version": "5.1.1",
"version": "5.2.0",
"main": "./dist/ekko-lightbox.min.js",
"ignore": [
"**/.*",
Expand Down
126 changes: 2 additions & 124 deletions dist/ekko-lightbox.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions dist/ekko-lightbox.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*!
* Lightbox for Bootstrap by @ashleydw
* https://github.com/ashleydw/lightbox
*
* License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
*/
+function ($) {

'use strict';

var _createClass = (function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ('value' in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; })();
Expand Down Expand Up @@ -648,3 +656,5 @@ var Lightbox = (function ($) {
return Lightbox;
})(jQuery);
//# sourceMappingURL=ekko-lightbox.js.map

}(jQuery);
Loading

0 comments on commit 6bb8dac

Please sign in to comment.