public/js/data-access.js in kolo-0.7.0 vs public/js/data-access.js in kolo-0.7.1
- old
+ new
@@ -413,9 +413,14 @@
Model.prototype.edit = function() {
this.select();
return this.editing(true);
};
+ Model.prototype.stopEditing = function() {
+ this.editing(false);
+ return this.deselect();
+ };
+
Model.prototype.initDateControls = function() {
return setTimeout((function(_this) {
return function() {
if (!_this.requiresDatePicker()) {
return;