$window
    .on( 'resize', apply2(
        mw.util.debounce( function () {
            eventBus.emit( 'resize' );
        }, 100 ),