Fix documentation
authorMatthias Schmidt <gravatronics@live.com>
Fri, 1 Jan 2016 07:01:35 +0000 (08:01 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Fri, 1 Jan 2016 07:01:35 +0000 (08:01 +0100)
wcfsetup/install/files/js/WoltLab/WCF/Media/Manager/Editor.js
wcfsetup/install/files/js/WoltLab/WCF/Media/Manager/Select.js

index d6491a3d50c1627c54c17c2516ec0f5a55ef9d1c..52452f8b3cb7f86fc5d0b35d4a35ac0ccd678a1c 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @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;
index ed26729c1e25db735c9fbeeb85df830d16abe9ed..229540040e50312e7ed70f7b41073f1cb56011b3 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @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);