Mark `share.ts` as deprecated
authorMarcel Werk <burntime@woltlab.com>
Fri, 11 Aug 2023 14:59:10 +0000 (16:59 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 11 Aug 2023 14:59:10 +0000 (16:59 +0200)
ts/WoltLabSuite/Core/Ui/Message/Share.ts
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Message/Share.js

index fb632e20bb16eef2f37c99d258f131e410c57eb4..1ca6c4001385c237d18361d5b93ca64754e66ae9 100644 (file)
@@ -4,6 +4,7 @@
  * @author  Marcel Werk
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @deprecated 6.0 code is integrated in `Share/Dialog.ts`
  */
 
 import * as EventHandler from "../../Event/Handler";
index df0d524a03fcc7743f23b88e2a74afeb170a8b5c..5e994894aae94b6b3171254a5615c67812659048 100644 (file)
@@ -4,6 +4,7 @@
  * @author  Marcel Werk
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @deprecated 6.0 code is integrated in `Share/Dialog.ts`
  */
 define(["require", "exports", "tslib", "../../Event/Handler", "../../StringUtil"], function (require, exports, tslib_1, EventHandler, StringUtil) {
     "use strict";