From: Matthias Schmidt Date: Fri, 1 Jan 2016 07:01:35 +0000 (+0100) Subject: Fix documentation X-Git-Tag: 3.0.0_Beta_1~2030^2~185 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6bee757f769eb620a386890c0514346917c26ace;p=GitHub%2FWoltLab%2FWCF.git Fix documentation --- diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Media/Manager/Editor.js b/wcfsetup/install/files/js/WoltLab/WCF/Media/Manager/Editor.js index d6491a3d50..52452f8b3c 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Media/Manager/Editor.js +++ b/wcfsetup/install/files/js/WoltLab/WCF/Media/Manager/Editor.js @@ -2,7 +2,7 @@ * Provides the media manager dialog for selecting media for input elements. * * @author Matthias Schmidt - * @copyright 2001-2015 WoltLab GmbH + * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLab/WCF/Media/Manager/Editor */ @@ -25,7 +25,7 @@ define(['Core', 'Dom/Traverse', 'Language', 'Ui/Dialog', 'WoltLab/WCF/Media/Mana }; Core.inherit(MediaManagerEditor, MediaManagerBase, { /** - * @see WoltLab/WCF/Media/Manager/base#_addButtonEventListeners + * @see WoltLab/WCF/Media/Manager/Base#_addButtonEventListeners */ _addButtonEventListeners: function() { MediaManagerEditor._super.prototype._addButtonEventListeners.call(this); @@ -45,7 +45,7 @@ define(['Core', 'Dom/Traverse', 'Language', 'Ui/Dialog', 'WoltLab/WCF/Media/Mana }, /** - * @see WoltLab/WCF/Media/Manager/base#_click + * @see WoltLab/WCF/Media/Manager/Base#_click */ _click: function(event) { this._activeButton = event.currentTarget; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Media/Manager/Select.js b/wcfsetup/install/files/js/WoltLab/WCF/Media/Manager/Select.js index ed26729c1e..229540040e 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Media/Manager/Select.js +++ b/wcfsetup/install/files/js/WoltLab/WCF/Media/Manager/Select.js @@ -2,7 +2,7 @@ * Provides the media manager dialog for selecting media for input elements. * * @author Matthias Schmidt - * @copyright 2001-2015 WoltLab GmbH + * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLab/WCF/Media/Manager/Select */ @@ -32,7 +32,7 @@ define(['Core', 'Dom/Traverse', 'Language', 'Ui/Dialog', 'WoltLab/WCF/Media/Mana }; Core.inherit(MediaManagerSelect, MediaManagerBase, { /** - * @see WoltLab/WCF/Media/Manager/base#_addButtonEventListeners + * @see WoltLab/WCF/Media/Manager/Base#_addButtonEventListeners */ _addButtonEventListeners: function() { MediaManagerSelect._super.prototype._addButtonEventListeners.call(this);