From 6bee757f769eb620a386890c0514346917c26ace Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Fri, 1 Jan 2016 08:01:35 +0100 Subject: [PATCH] Fix documentation --- .../install/files/js/WoltLab/WCF/Media/Manager/Editor.js | 6 +++--- .../install/files/js/WoltLab/WCF/Media/Manager/Select.js | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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); -- 2.20.1