Use existing function.

This commit is contained in:
Guo Xiang Tan 2015-08-13 18:26:06 +08:00
parent 01354b5c30
commit 3ef66b1dca
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ const Composer = RestModel.extend({
const composer = this;
if (!replyBlank &&
(opts.action !== this.get('action') || ((opts.reply || opts.action === this.EDIT) && this.get('reply') !== this.get('originalText')))) {
(opts.action !== this.get('action') || ((opts.reply || opts.action === this.EDIT) && this.get('replyDirty')))) {
return;
}