Merge "Remove document from anon cover function"

This commit is contained in:
jenkins-bot
2013-05-27 11:02:34 +00:00
committed by Gerrit Code Review

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