$('#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));
+ this.freeze('Ćadowanie');
},
quickSave: function(event) {
console.log('quickSave');
+ this.model.quickSave();
},
commit: function(event) {