Merge "Remove redundant closure for all modules with packageFiles"

This commit is contained in:
jenkins-bot 2024-10-10 15:53:44 +00:00 committed by Gerrit Code Review
commit bb50f5e006

View file

@ -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' ) );
} );
}() );