Jforrester has uploaded a new change for review. https://gerrit.wikimedia.org/r/65422
Change subject: Fix documentation for GridLayout to add a return type ...................................................................... Fix documentation for GridLayout to add a return type Change-Id: I461160b01ae9fc4448904eeaf150570989d09d45 --- M modules/ve/ui/layouts/ve.ui.GridLayout.js 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor refs/changes/22/65422/1 diff --git a/modules/ve/ui/layouts/ve.ui.GridLayout.js b/modules/ve/ui/layouts/ve.ui.GridLayout.js index 95601ae..55164e0 100644 --- a/modules/ve/ui/layouts/ve.ui.GridLayout.js +++ b/modules/ve/ui/layouts/ve.ui.GridLayout.js @@ -155,6 +155,7 @@ * @method * @param {number} x Horizontal position * @param {number} y Vertical position + * @returns {ve.ui.PanelLayout} The panel at the given postion */ ve.ui.GridLayout.prototype.getPanel = function ( x, y ) { return this.panels[( x * this.widths.length ) + y]; -- To view, visit https://gerrit.wikimedia.org/r/65422 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I461160b01ae9fc4448904eeaf150570989d09d45 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/VisualEditor Gerrit-Branch: master Gerrit-Owner: Jforrester <jforres...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits