From: Alexander Ebert Date: Sat, 16 Jan 2021 13:29:59 +0000 (+0100) Subject: Missing `tsc` update X-Git-Tag: 5.4.0_Alpha_1~434 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=eb970d158195e029166f03d008e60203f85f0b53;p=GitHub%2FWoltLab%2FWCF.git Missing `tsc` update --- diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Message/Manager.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Message/Manager.js index ca46eb1049..53f622a4da 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Message/Manager.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Message/Manager.js @@ -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) {