summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Echo/modules/model/mw.echo.dm.ModelManager.js')
-rw-r--r--Echo/modules/model/mw.echo.dm.ModelManager.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/Echo/modules/model/mw.echo.dm.ModelManager.js b/Echo/modules/model/mw.echo.dm.ModelManager.js
index 367be286..32cccf65 100644
--- a/Echo/modules/model/mw.echo.dm.ModelManager.js
+++ b/Echo/modules/model/mw.echo.dm.ModelManager.js
@@ -1,4 +1,4 @@
-( function ( mw ) {
+( function () {
/**
* A container that manages all models that are involved in creating
* the notification list. There are currently two types of models:
@@ -152,8 +152,8 @@
* @param {Object} modelDefinitions An object defining the models
* The format for the definition object is:
* {
- * 'modelId': {mw.echo.dm.SortedList},
- * ...
+ * 'modelId': {mw.echo.dm.SortedList},
+ * ...
* }
*/
mw.echo.dm.ModelManager.prototype.setNotificationModels = function ( modelDefinitions ) {
@@ -481,4 +481,4 @@
};
-}( mediaWiki, jQuery ) );
+}() );