summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Echo/modules/mw.echo.js')
-rw-r--r--Echo/modules/mw.echo.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/Echo/modules/mw.echo.js b/Echo/modules/mw.echo.js
new file mode 100644
index 00000000..cd4101bb
--- /dev/null
+++ b/Echo/modules/mw.echo.js
@@ -0,0 +1,4 @@
+( function ( mw ) {
+ mw.echo = mw.echo || {};
+ mw.echo.config = mw.echo.config || { maxPrioritizedActions: 2 };
+}( mediaWiki ) );