ve.ui.MWSettingsPage: Fix doc comment

Change-Id: Iff4e8854124340a30081009221cde5b2831c81f3
This commit is contained in:
Bartosz Dziewoński 2017-12-30 02:39:09 +01:00
parent 327f3c1219
commit 578c55b7c1

View file

@ -14,7 +14,7 @@
* @constructor
* @param {string} name Unique symbolic name of page
* @param {Object} [config] Configuration options
* @param {jQuery} [$overlay] Overlay to render dropdowns in
* @cfg {jQuery} [$overlay] Overlay to render dropdowns in
*/
ve.ui.MWSettingsPage = function VeUiMWSettingsPage( name, config ) {
var settingsPage = this;