Bartosz Dziewoński has uploaded a new change for review.

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

Change subject: Window: Correct documentation
......................................................................

Window: Correct documentation

Interesting that there's no lint check for this.

Change-Id: Ic4ba9baeb8ede4ba387ca044374b0e3b9ae93162
---
M src/Window.js
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/99/281699/1

diff --git a/src/Window.js b/src/Window.js
index a957632..53e7c8b 100644
--- a/src/Window.js
+++ b/src/Window.js
@@ -432,9 +432,9 @@
  * @param {string|number} [dim.width] Width
  * @param {string|number} [dim.minWidth] Minimum width
  * @param {string|number} [dim.maxWidth] Maximum width
- * @param {string|number} [dim.width] Height, omit to set based on height of 
contents
- * @param {string|number} [dim.minWidth] Minimum height
- * @param {string|number} [dim.maxWidth] Maximum height
+ * @param {string|number} [dim.height] Height, omit to set based on height of 
contents
+ * @param {string|number} [dim.minHeight] Minimum height
+ * @param {string|number} [dim.maxHeight] Maximum height
  * @chainable
  */
 OO.ui.Window.prototype.setDimensions = function ( dim ) {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic4ba9baeb8ede4ba387ca044374b0e3b9ae93162
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <[email protected]>

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

Reply via email to