Missing `tsc` update
authorAlexander Ebert <ebert@woltlab.com>
Sat, 16 Jan 2021 13:29:59 +0000 (14:29 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 16 Jan 2021 13:29:59 +0000 (14:29 +0100)
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Message/Manager.js

index ca46eb1049c0b3b7187ea3e474e3bcac98643b7e..53f622a4da4cf0963f9e42923dbf52322ac72f8a 100644 (file)
@@ -48,9 +48,6 @@ define(["require", "exports", "tslib", "../../Ajax", "../../Core", "../../Dom/Ch
             }
             return Core.stringToBool(element.dataset[permission] || "");
         }
-        /**
-         * Returns the given property value from a message, optionally supporting a boolean return value.
-         */
         getPropertyValue(objectId, propertyName, asBool) {
             const element = this._elements.get(objectId);
             if (element === undefined) {