Current File : /home/jvzmxxx/wiki1/extensions/Echo/modules/ui/mw.echo.ui.js
( function ( mw, $ ) {
	mw.echo = mw.echo || {};
	mw.echo.ui = {
		$overlay: $( '<div>' )
			.addClass( 'mw-echo-ui-overlay' )
	};
} )( mediaWiki, jQuery );