Fix all jshint errors
Change-Id: Ib8fb350132bb34c1e063eb644af5aeff833f95e8
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
* @licence MIT License
|
||||
*/
|
||||
|
||||
( function ( $ ) {
|
||||
( function ( $, mw ) {
|
||||
'use strict';
|
||||
|
||||
module( 'ext.uls', QUnit.newMwEnvironment() );
|
||||
@@ -68,4 +68,4 @@
|
||||
prefs.set( prefName, undefined );
|
||||
prefs.save();
|
||||
} );
|
||||
}( jQuery ) );
|
||||
}( jQuery, mediaWiki ) );
|
||||
|
||||
Reference in New Issue
Block a user