X-Git-Url: https://git.cyclocoop.org/admin/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.template.mustache.js;h=2b3e8bbd08efa6965a1cd74cdc99e8312de6e5fc;hb=a4120368bb7797df25004613feed9406eac1c9d0;hp=c3139a29cf2f962292e221f14534fcbf2fc80875;hpb=ccc2925f920b360d0ddd8bf311c340355d243c04;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.template.mustache.js b/resources/src/mediawiki.template.mustache.js index c3139a29cf..2b3e8bbd08 100644 --- a/resources/src/mediawiki.template.mustache.js +++ b/resources/src/mediawiki.template.mustache.js @@ -1,5 +1,5 @@ /* global Mustache */ -( function ( mw, $ ) { +( function () { // Register mustache compiler mw.template.registerCompiler( 'mustache', { compile: function ( src ) { @@ -32,4 +32,4 @@ } } ); -}( mediaWiki, jQuery ) ); +}() );