if ( target !== null ) {
            this.$button.attr( 'target', target );
        } else {
            this.$button.removeAttr( 'target' );
        }