Remove document from anon cover function
jshintrc has browser:true setting Change-Id: I30acfb63f132473611be9da4edf12c3b6ea42523
This commit is contained in:
@@ -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 ) );
|
||||||
|
|||||||
Reference in New Issue
Block a user