Remove document from anon cover function

jshintrc has browser:true setting

Change-Id: I30acfb63f132473611be9da4edf12c3b6ea42523
This commit is contained in:
Santhosh Thottingal
2013-05-27 13:59:36 +05:30
parent c4536a063c
commit 164568e516

View File

@@ -16,7 +16,7 @@
* @licence GNU General Public Licence 2.0 or later * @licence GNU General Public Licence 2.0 or later
* @licence MIT License * @licence MIT License
*/ */
( function ( $, mw, document, undefined ) { ( function ( $, mw, undefined ) {
'use strict'; 'use strict';
var mediawikiFontRepository, ulsPreferences; var mediawikiFontRepository, ulsPreferences;
@@ -91,4 +91,4 @@
mw.webfonts.setup(); mw.webfonts.setup();
} ); } );
}( jQuery, mediaWiki, document ) ); }( jQuery, mediaWiki ) );