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