Document the 'small' config option in OO.ui.Dialog

Change-Id: I55f439ae348279a9a9289c113de4802719166964
This commit is contained in:
Roan Kattouw 2013-10-28 11:17:58 -07:00 committed by Catrope
parent 40da34aa36
commit 45cd09ad8b

View file

@ -16,6 +16,7 @@
* @param {OO.ui.WindowSet} windowSet Window set this dialog is part of
* @param {Object} [config] Configuration options
* @cfg {boolean} [footless] Hide foot
* @cfg {boolean} [small] Make the dialog small
*/
OO.ui.Dialog = function OoUiDialog( windowSet, config ) {
// Configuration initialization