Remove unused code.

This commit is contained in:
Guo Xiang Tan 2015-08-13 17:56:57 +08:00
parent 73bb60ee74
commit 01354b5c30
1 changed files with 1 additions and 3 deletions

View File

@ -369,9 +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.tested) {
opts.tested = true;
(opts.action !== this.get('action') || ((opts.reply || opts.action === this.EDIT) && this.get('reply') !== this.get('originalText')))) {
return;
}