mediawiki-extensions-Echo/modules/ui/mw.echo.ui.js
Ed Sanders c8d24ebd17 build: Replace jscs/jshint with eslint
Change-Id: Iee1d1b20ed31e636bfb8fc8cf9b18ff328bf608c
2016-11-23 15:25:59 -08:00

8 lines
157 B
JavaScript

( function ( mw, $ ) {
mw.echo = mw.echo || {};
mw.echo.ui = {
$overlay: $( '<div>' )
.addClass( 'mw-echo-ui-overlay' )
};
}( mediaWiki, jQuery ) );