Minor whitespace, coding convention cleanup

Change-Id: Ibb10ce64ad4c35bfd6f924665243961c80b81714
This commit is contained in:
Santhosh Thottingal
2013-06-11 10:24:13 +05:30
parent 46eca263d3
commit f0b3e6524c
3 changed files with 4 additions and 4 deletions

View File

@@ -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 ) );