Merge "NotificationItemWidgets: Remove property setting duplicated from parents"

This commit is contained in:
jenkins-bot 2018-05-29 21:20:30 +00:00 committed by Gerrit Code Review
commit 6d9fba9e7e
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 );