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
1 changed files with 1 additions and 0 deletions

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() {