mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-27 17:20:40 +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
|
* @param {Object} models List models, indexed by ID
|
||||||
*/
|
*/
|
||||||
mw.echo.ui.DatedNotificationsWidget.prototype.populateFromModel = function ( models ) {
|
mw.echo.ui.DatedNotificationsWidget.prototype.populateFromModel = function ( models ) {
|
||||||
var modelId, model, subgroupWidget, widget,
|
var modelId, model, subgroupWidget,
|
||||||
groupWidgets = [];
|
groupWidgets = [];
|
||||||
|
|
||||||
// Detach all attached models
|
// Detach all attached models
|
||||||
|
|
Loading…
Reference in a new issue