Add missing resolve

pull/749/head
lilia 10 years ago
parent b5d724ffc3
commit de65f9e6bd

@ -40,8 +40,9 @@
}
},
resolve: function() {
new Promise(function() {
new Promise(function(resolve) {
this.conversation.resolveConflicts(this.model.number);
resolve();
}.bind(this));
this.trigger('resolve');
this.remove();

Loading…
Cancel
Save