Add missing resolve

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

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

Loading…
Cancel
Save