mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
Document the 'small' config option in OO.ui.Dialog
Change-Id: I55f439ae348279a9a9289c113de4802719166964
This commit is contained in:
parent
40da34aa36
commit
45cd09ad8b
|
@ -16,6 +16,7 @@
|
||||||
* @param {OO.ui.WindowSet} windowSet Window set this dialog is part of
|
* @param {OO.ui.WindowSet} windowSet Window set this dialog is part of
|
||||||
* @param {Object} [config] Configuration options
|
* @param {Object} [config] Configuration options
|
||||||
* @cfg {boolean} [footless] Hide foot
|
* @cfg {boolean} [footless] Hide foot
|
||||||
|
* @cfg {boolean} [small] Make the dialog small
|
||||||
*/
|
*/
|
||||||
OO.ui.Dialog = function OoUiDialog( windowSet, config ) {
|
OO.ui.Dialog = function OoUiDialog( windowSet, config ) {
|
||||||
// Configuration initialization
|
// Configuration initialization
|
||||||
|
|
Loading…
Reference in a new issue