$('#action-quick-save', this.element).bind('click.editorview', this.quickSave.bind(this));
$('#action-commit', this.element).bind('click.editorview', this.commit.bind(this));
$('#action-update', this.element).bind('click.editorview', this.update.bind(this));
$('#action-quick-save', this.element).bind('click.editorview', this.quickSave.bind(this));
$('#action-commit', this.element).bind('click.editorview', this.commit.bind(this));
$('#action-update', this.element).bind('click.editorview', this.update.bind(this));