Fix typo
authorMatthias Schmidt <gravatronics@live.com>
Sun, 29 May 2016 12:23:33 +0000 (14:23 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 29 May 2016 12:23:36 +0000 (14:23 +0200)
wcfsetup/install/files/js/WoltLab/WCF/Ui/ItemList.js

index 4e72d8c67bfbdc741218663d04e88f69a706dcb1..9d63695d4b7052c26ab5c2a60779b99c1e69966f 100644 (file)
@@ -156,7 +156,7 @@ define(['Core', 'Dictionary', 'Language', 'Dom/Traverse', 'WoltLab/WCF/Ui/Sugges
                /**
                 * Sets the list of current values.
                 * 
-                * @param       {string}                elementDd       input element id
+                * @param       {string}                elementId       input element id
                 * @param       {array<object>}         values          list of objects containing object id and value
                 */
                setValues: function(elementId, values) {