NotificationItemWidgets: Remove property setting duplicated from parents

Change-Id: I03c83d3cfb6ce22ccca0cc2dc1d1e20b36d739c8
This commit is contained in:
Ed Sanders 2018-05-22 15:54:55 +01:00
parent e204977063
commit 3b4be7b6c5
2 changed files with 0 additions and 6 deletions

View file

@ -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(

View file

@ -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 );