Merge "Follow-up 6c4bf99da8: Fix incorrect comment"

This commit is contained in:
jenkins-bot 2016-06-27 12:45:45 +00:00 committed by Gerrit Code Review
commit f40b67899b

View file

@ -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 || {};