Cscott has uploaded a new change for review.

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

Change subject: doc: Fix jsdoc for ve.ui.WindowAction#getWindowManager
......................................................................

doc: Fix jsdoc for ve.ui.WindowAction#getWindowManager

Change-Id: I37f0b4db0cf660662a39787253d64d9df669e701
---
M src/ui/actions/ve.ui.WindowAction.js
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/VisualEditor/VisualEditor 
refs/changes/73/232573/1

diff --git a/src/ui/actions/ve.ui.WindowAction.js 
b/src/ui/actions/ve.ui.WindowAction.js
index da88ea5..32a8f49 100644
--- a/src/ui/actions/ve.ui.WindowAction.js
+++ b/src/ui/actions/ve.ui.WindowAction.js
@@ -174,9 +174,9 @@
 };
 
 /**
- * Get the window manager for a specified window class
+ * Get the window manager for a specified window type
  *
- * @param {Function} windowType Window type
+ * @param {Function} windowType Window type: 'inspector', 'toolbar', or 
'dialog'
  * @return {ve.ui.WindowManager|null} Window manager
  */
 ve.ui.WindowAction.prototype.getWindowManager = function ( windowType ) {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I37f0b4db0cf660662a39787253d64d9df669e701
Gerrit-PatchSet: 1
Gerrit-Project: VisualEditor/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Cscott <[email protected]>

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

Reply via email to