* 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 <http://opensource.org/licenses/lgpl-license.php>
* @module WoltLab/WCF/Media/Manager/Editor
*/
};
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);
},
/**
- * @see WoltLab/WCF/Media/Manager/base#_click
+ * @see WoltLab/WCF/Media/Manager/Base#_click
*/
_click: function(event) {
this._activeButton = event.currentTarget;
* 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 <http://opensource.org/licenses/lgpl-license.php>
* @module WoltLab/WCF/Media/Manager/Select
*/
};
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);