jQuery(wym._box).find(
        tableEditor._options.sRemoveRowButtonSelector
    ).click(function () {
        return tableEditor.removeRow(wym.selectedContainer());
    });