jenkins-bot has submitted this change and it was merged.
Change subject: Follow-up 21a2cdb550: Stop passing config parameter to dm.List
......................................................................
Follow-up 21a2cdb550: Stop passing config parameter to dm.List
The config parameter was removed because it was unused.
Change-Id: I8328f14f0fc00dc1f4771859aeab81b7ca3f2e03
---
M modules/flow/dm/mw.flow.dm.Board.js
M modules/flow/dm/mw.flow.dm.Categories.js
M modules/flow/dm/mw.flow.dm.Post.js
M modules/flow/dm/mw.flow.dm.Topic.js
4 files changed, 4 insertions(+), 4 deletions(-)
Approvals:
Mooeypoo: Looks good to me, approved
jenkins-bot: Verified
diff --git a/modules/flow/dm/mw.flow.dm.Board.js
b/modules/flow/dm/mw.flow.dm.Board.js
index 5ebf3f8..f3e1458 100644
--- a/modules/flow/dm/mw.flow.dm.Board.js
+++ b/modules/flow/dm/mw.flow.dm.Board.js
@@ -21,7 +21,7 @@
mw.flow.dm.Board.parent.call( this, config );
// Mixin constructor
- mw.flow.dm.List.call( this, config );
+ mw.flow.dm.List.call( this );
this.categories = new mw.flow.dm.Categories();
diff --git a/modules/flow/dm/mw.flow.dm.Categories.js
b/modules/flow/dm/mw.flow.dm.Categories.js
index 9a05c3d..063356e 100644
--- a/modules/flow/dm/mw.flow.dm.Categories.js
+++ b/modules/flow/dm/mw.flow.dm.Categories.js
@@ -16,7 +16,7 @@
OO.EventEmitter.call( this, config );
// Mixin constructor
- mw.flow.dm.List.call( this, config );
+ mw.flow.dm.List.call( this );
};
/* Initialization */
diff --git a/modules/flow/dm/mw.flow.dm.Post.js
b/modules/flow/dm/mw.flow.dm.Post.js
index 2168a86..5668a10 100644
--- a/modules/flow/dm/mw.flow.dm.Post.js
+++ b/modules/flow/dm/mw.flow.dm.Post.js
@@ -18,7 +18,7 @@
mw.flow.dm.Post.parent.call( this, config );
// Mixin constructor
- mw.flow.dm.List.call( this, config );
+ mw.flow.dm.List.call( this );
this.setId( id );
this.populate( revisionData );
diff --git a/modules/flow/dm/mw.flow.dm.Topic.js
b/modules/flow/dm/mw.flow.dm.Topic.js
index e109677..fe1f16b 100644
--- a/modules/flow/dm/mw.flow.dm.Topic.js
+++ b/modules/flow/dm/mw.flow.dm.Topic.js
@@ -18,7 +18,7 @@
mw.flow.dm.Topic.parent.call( this, config );
// Mixin constructor
- mw.flow.dm.List.call( this, config );
+ mw.flow.dm.List.call( this );
this.setId( id );
this.populate( revisionData );
--
To view, visit https://gerrit.wikimedia.org/r/323331
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I8328f14f0fc00dc1f4771859aeab81b7ca3f2e03
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Catrope <[email protected]>
Gerrit-Reviewer: Mooeypoo <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits