mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 01:30:15 +00:00
Merge "Follow-up 6c4bf99da8
: Fix incorrect comment"
This commit is contained in:
commit
f40b67899b
|
@ -12,7 +12,7 @@
|
|||
* @cfg {string} [title] The title of this page group, usually
|
||||
* the name of the wiki that the pages belong to
|
||||
* @cfg {number} [unreadCount] Number of unread notifications
|
||||
* @cfg {number} [initialSelection] The pageId of an initial selection
|
||||
* @cfg {number} [initialSelection] The page title of the option to select initially
|
||||
*/
|
||||
mw.echo.ui.PageFilterWidget = function MwEchoUiPageFilterWidget( filterModel, source, config ) {
|
||||
config = config || {};
|
||||
|
|
Loading…
Reference in a new issue