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