api.unlink = function() {
        if ( s.has_tinymce && 'tinymce' === s.mode )
            tinymce.execCommand('unlink');
    };