jenkins-bot has submitted this change and it was merged.

Change subject: Document index argument correctly in addItems documentation
......................................................................


Document index argument correctly in addItems documentation

Change-Id: Ief00fb63018d49e47c6337609dc6e9d9782ddc42
---
M src/elements/OO.ui.GroupElement.js
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Catrope: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/src/elements/OO.ui.GroupElement.js 
b/src/elements/OO.ui.GroupElement.js
index 400fce7..ff02209 100644
--- a/src/elements/OO.ui.GroupElement.js
+++ b/src/elements/OO.ui.GroupElement.js
@@ -38,7 +38,7 @@
  *
  * @method
  * @param {OO.ui.Element[]} items Item
- * @param {number} [index] Index to insert items after
+ * @param {number} [index] Index to insert items at
  * @chainable
  */
 OO.ui.GroupElement.prototype.addItems = function ( items, index ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/111513
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ief00fb63018d49e47c6337609dc6e9d9782ddc42
Gerrit-PatchSet: 2
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Trevor Parscal <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to