mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Merge "NotificationItemWidgets: Remove property setting duplicated from parents"
This commit is contained in:
commit
6d9fba9e7e
|
@ -21,9 +21,6 @@
|
|||
// Parent constructor
|
||||
mw.echo.ui.BundleNotificationItemWidget.parent.call( this, controller, model, config );
|
||||
|
||||
this.controller = controller;
|
||||
this.model = model;
|
||||
|
||||
this.toggleMarkAsReadButtons( true );
|
||||
|
||||
this.listWidget = new mw.echo.ui.SortedListWidget(
|
||||
|
|
|
@ -28,9 +28,6 @@
|
|||
// Mixin constructors
|
||||
OO.ui.mixin.PendingElement.call( this, config );
|
||||
|
||||
this.controller = controller;
|
||||
this.model = model;
|
||||
|
||||
// In cross-wiki groups we only have 'mark as read'
|
||||
this.toggleMarkAsReadButtons( true );
|
||||
|
||||
|
|
Loading…
Reference in a new issue