Cleanup
Minor whitespace, coding convention cleanup Change-Id: Ibb10ce64ad4c35bfd6f924665243961c80b81714
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
* @licence MIT License
|
||||
*/
|
||||
|
||||
( function ( $, mw, window, document, undefined ) {
|
||||
( function ( $, mw, undefined ) {
|
||||
'use strict';
|
||||
|
||||
// MediaWiki override for ULS defaults.
|
||||
@@ -171,4 +171,4 @@
|
||||
// JavaScript side i18n initialization
|
||||
i18nInit();
|
||||
} );
|
||||
}( jQuery, mediaWiki, window, document ) );
|
||||
}( jQuery, mediaWiki ) );
|
||||
|
||||
Reference in New Issue
Block a user