mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
Follow-up 8b84ed2a3
: fix eslint failure that snuck in somehow
Change-Id: Iad32afab81d1fc161b2f1e7f04bd8cd89937527e
This commit is contained in:
parent
941e1a65df
commit
af323781ab
|
@ -94,7 +94,7 @@
|
|||
* @param {Object} models List models, indexed by ID
|
||||
*/
|
||||
mw.echo.ui.DatedNotificationsWidget.prototype.populateFromModel = function ( models ) {
|
||||
var modelId, model, subgroupWidget, widget,
|
||||
var modelId, model, subgroupWidget,
|
||||
groupWidgets = [];
|
||||
|
||||
// Detach all attached models
|
||||
|
|
Loading…
Reference in a new issue