mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-27 09:43:06 +00:00
Merge "Remove redundant closure for all modules with packageFiles"
This commit is contained in:
commit
bb50f5e006
|
@ -22,7 +22,6 @@
|
|||
* @author Daniel Kinzler, brightbyte.de
|
||||
*/
|
||||
|
||||
( function () {
|
||||
const config = require( './data.json' );
|
||||
|
||||
/**
|
||||
|
@ -194,5 +193,3 @@
|
|||
// eslint-disable-next-line no-jquery/no-global-selector
|
||||
attachHandler( $( '#p-categorytree-portlet' ) );
|
||||
} );
|
||||
|
||||
}() );
|
||||
|
|
Loading…
Reference in a new issue