Trevor Parscal has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/61469


Change subject: Fixed docs
......................................................................

Fixed docs

Wrong return type

Change-Id: Ieb9b5527ea69c8f02a175d29c1534290f85ba032
---
M modules/ve/ui/ve.ui.Window.js
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/69/61469/1

diff --git a/modules/ve/ui/ve.ui.Window.js b/modules/ve/ui/ve.ui.Window.js
index 818d08d..cbc1982 100644
--- a/modules/ve/ui/ve.ui.Window.js
+++ b/modules/ve/ui/ve.ui.Window.js
@@ -297,7 +297,7 @@
  * loop.
  *
  * @method
- * @param {boolean} action Action that caused the window to be closed
+ * @param {string} action Action that caused the window to be closed
  * @emits close
  */
 ve.ui.Window.prototype.close = function ( action ) {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieb9b5527ea69c8f02a175d29c1534290f85ba032
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Trevor Parscal <[email protected]>

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

Reply via email to