From eb970d158195e029166f03d008e60203f85f0b53 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 16 Jan 2021 14:29:59 +0100 Subject: [PATCH] Missing `tsc` update --- .../install/files/js/WoltLabSuite/Core/Ui/Message/Manager.js | 3 --- 1 file changed, 3 deletions(-) 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) { -- 2.20.1