1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-15 13:45:08 -05:00

fix: do not do delta 4 if delta4 is empty

This commit is contained in:
Felix Hammerl 2013-12-05 19:29:41 +01:00
parent 65c61b2a09
commit 74711d7252

View File

@ -403,6 +403,7 @@ define(function(require) {
// no delta, we're done here // no delta, we're done here
if (_.isEmpty(delta4)) { if (_.isEmpty(delta4)) {
doDeltaF2(); doDeltaF2();
return;
} }
var after = _.after(delta4.length, function() { var after = _.after(delta4.length, function() {