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

Change subject: Fix documentation for getRelativeSelectableItem
......................................................................


Fix documentation for getRelativeSelectableItem

Change-Id: I3a7a6490551b17821546a7993b07bb8015893f26
---
M src/widgets/SelectWidget.js
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/src/widgets/SelectWidget.js b/src/widgets/SelectWidget.js
index f38f91d..55c45c1 100644
--- a/src/widgets/SelectWidget.js
+++ b/src/widgets/SelectWidget.js
@@ -380,7 +380,7 @@
  * Get an item relative to another one.
  *
  * @param {OO.ui.OptionWidget} item Item to start at
- * @param {number} direction Direction to move in
+ * @param {number} direction Direction to move in, -1 to look backward, 1 to 
move forward
  * @return {OO.ui.OptionWidget|null} Item at position, `null` if there are no 
items in the menu
  */
 OO.ui.SelectWidget.prototype.getRelativeSelectableItem = function ( item, 
direction ) {

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

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

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

Reply via email to