X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.widgets%2Fmw.widgets.StashedFileWidget.js;h=bc6bc25d092eb2cef11e935a3f93576b6d132f3a;hp=cdcf5a23a87aac13f7e60d7464c996e92b572306;hb=1de7117197761961736ea43b237599569eee93a2;hpb=e523771f05050bf415da36b07d9a0fa0e2150d28 diff --git a/resources/src/mediawiki.widgets/mw.widgets.StashedFileWidget.js b/resources/src/mediawiki.widgets/mw.widgets.StashedFileWidget.js index cdcf5a23a8..bc6bc25d09 100644 --- a/resources/src/mediawiki.widgets/mw.widgets.StashedFileWidget.js +++ b/resources/src/mediawiki.widgets/mw.widgets.StashedFileWidget.js @@ -4,7 +4,7 @@ * @copyright 2011-2016 MediaWiki Widgets Team and others; see AUTHORS.txt * @license The MIT License (MIT); see LICENSE.txt */ -( function ( $, mw, OO ) { +( function () { /** * Accepts a stashed file and displays the information for purposes of @@ -155,4 +155,4 @@ return $.Deferred().reject( 'No filekey' ); }; -}( jQuery, mediaWiki, OO ) ); +}() );