X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.page.startup.js;h=0088ec0d54733ef5924e270af3c44dfcbca692c1;hp=75140445380cb5159b2c7cfdacf8396d1eccd2f9;hb=fe94275c8fcfc248a5eae857dde7c5772d993ab5;hpb=afebcf5ad3869564bd2007f83e8e750b8a128fc3 diff --git a/resources/src/mediawiki.page.startup.js b/resources/src/mediawiki.page.startup.js index 7514044538..0088ec0d54 100644 --- a/resources/src/mediawiki.page.startup.js +++ b/resources/src/mediawiki.page.startup.js @@ -1,4 +1,4 @@ -( function ( mw, $ ) { +( function () { // Break out of framesets if ( mw.config.get( 'wgBreakFrames' ) ) { // Note: In IE < 9 strict comparison to window is non-standard (the standard didn't exist yet) @@ -46,4 +46,4 @@ } } ); -}( mediaWiki, jQuery ) ); +}() );