Run tsc
authorCyperghost <olaf_schmitz_1@t-online.de>
Mon, 29 Jan 2024 10:49:04 +0000 (11:49 +0100)
committerCyperghost <olaf_schmitz_1@t-online.de>
Mon, 29 Jan 2024 10:49:04 +0000 (11:49 +0100)
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Style/FontAwesome.js

index 621378bf0961aca30e7ddbc0b481d1f00d7fc9a0..ba761c6de0a293ada674f490ecadf6f3be126d4e 100644 (file)
@@ -88,9 +88,7 @@ define(["require", "exports", "tslib", "../../Language", "../Dialog", "../ItemLi
      */
     function open(callback) {
         if (!uiStyleFontAwesome) {
-          throw new Error(
-                       "Missing icon data, please include the template before calling this method using `{include file='shared_fontAwesomeJavaScript'}`.",
-               );
+            throw new Error("Missing icon data, please include the template before calling this method using `{include file='shared_fontAwesomeJavaScript'}`.");
         }
         uiStyleFontAwesome.open(callback);
     }