Merge "Fix JS error when closing notification popup while animating a moving notification"

This commit is contained in:
jenkins-bot 2017-03-30 17:59:32 +00:00 committed by Gerrit Code Review
commit ea942c6250

View file

@ -78,4 +78,10 @@
return true;
};
/**
* No-op
*/
mw.echo.ui.ClonedNotificationItemWidget.prototype.resetInitiallyUnseen = function () {
};
}( mediaWiki ) );