UNPKG

381 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.LgPlugin = void 0;
4var LgPlugin = /** @class */ (function () {
5 function LgPlugin(core, $LG) {
6 // get lightGallery core plugin instance
7 this.core = core;
8 this.$LG = $LG;
9 }
10 return LgPlugin;
11}());
12exports.LgPlugin = LgPlugin;
13//# sourceMappingURL=lg-plugin.js.map
\No newline at end of file