if( config.rtl ) {
            dom.wrapper.classList.add( 'rtl' );
        }
        else {
            dom.wrapper.classList.remove( 'rtl' );