28 lines
766 B
Plaintext
28 lines
766 B
Plaintext
/* istanbul ignore else -- @preserve */
|
|
|
|
/* istanbul ignore else: This is always true because otherwise it would not register a reducer callback. -- @preserve */
|
|
|
|
/* istanbul ignore if -- @preserve */
|
|
|
|
/* istanbul ignore next -- @preserve */
|
|
|
|
/* istanbul ignore next: paranoid check -- @preserve */
|
|
|
|
/* istanbul ignore next: static function definition -- @preserve */
|
|
|
|
/*!
|
|
* SPDX-FileCopyrightText: 2025 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
/*!
|
|
* Vue.js v2.7.16
|
|
* (c) 2014-2023 Evan You
|
|
* Released under the MIT License.
|
|
*/
|
|
|
|
/**
|
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
*/
|