JsHint fixes - Move the invocation into the parens that contain the function.
Change-Id: I83d4808a9daeb6e0d52f77c718f9e384454d8ecc
This commit is contained in:
@@ -39,6 +39,6 @@ $js = <<<JAVASCRIPT
|
||||
( function ( $ ) {
|
||||
$.webfonts = $.webfonts || {};
|
||||
$.webfonts.repository = $json;
|
||||
} )( jQuery );
|
||||
}( jQuery ) );
|
||||
JAVASCRIPT;
|
||||
file_put_contents( '../../../resources/js/ext.uls.webfonts.repository.js', $js );
|
||||
@@ -361,4 +361,4 @@
|
||||
$.fn.languagesettings.modules = $.extend( $.fn.languagesettings.modules, {
|
||||
display: DisplaySettings
|
||||
} );
|
||||
} ) ( jQuery, mediaWiki, window );
|
||||
}( jQuery, mediaWiki, window ) );
|
||||
|
||||
@@ -197,4 +197,4 @@
|
||||
mw.uls.changeLanguage( $(this).attr( 'lang' ) );
|
||||
} );
|
||||
} );
|
||||
} )( jQuery, mediaWiki, window, document );
|
||||
}( jQuery, mediaWiki, window, document ) );
|
||||
|
||||
@@ -170,4 +170,4 @@
|
||||
|
||||
$.fn.languagesettings.Constructor = LanguageSettings;
|
||||
|
||||
} )( jQuery );
|
||||
}( jQuery ) );
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user