mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
Merge "Fix JS error when closing notification popup while animating a moving notification"
This commit is contained in:
commit
ea942c6250
|
@ -78,4 +78,10 @@
|
|||
return true;
|
||||
};
|
||||
|
||||
/**
|
||||
* No-op
|
||||
*/
|
||||
mw.echo.ui.ClonedNotificationItemWidget.prototype.resetInitiallyUnseen = function () {
|
||||
};
|
||||
|
||||
}( mediaWiki ) );
|
||||
|
|
Loading…
Reference in a new issue