1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04: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
if (_.isEmpty(delta4)) {
doDeltaF2();
return;
}
var after = _.after(delta4.length, function() {