Run `tsc`
authorCyperghost <olaf_schmitz_1@t-online.de>
Wed, 23 Oct 2024 06:49:07 +0000 (08:49 +0200)
committerCyperghost <olaf_schmitz_1@t-online.de>
Wed, 23 Oct 2024 06:49:07 +0000 (08:49 +0200)
wcfsetup/install/files/js/WoltLabSuite/Core/Component/Image/Viewer.js

index eb56caeb3c7b0ed274ca9eabcd1b870c1cc81667..fdc9f9f2d4616806cc5b81a4b401cd87b84cb0a8 100644 (file)
@@ -1,10 +1,9 @@
 define(["require", "exports", "@fancyapps/ui"], function (require, exports, ui_1) {
     "use strict";
     Object.defineProperty(exports, "__esModule", { value: true });
-    exports.setup = void 0;
+    exports.setup = setup;
     function setup() {
         ui_1.Fancybox.bind("[data-fancybox]");
         ui_1.Fancybox.bind('[data-fancybox="attachments"]');
     }
-    exports.setup = setup;
 });