save split: add comments and cleanup

This commit is contained in:
juliandescottes
2016-12-21 12:22:50 +01:00
parent c743334a31
commit 32070efcc1
3 changed files with 29 additions and 11 deletions

View File

@@ -65,4 +65,4 @@ describe("Array utils", function() {
expect(chunks.length).toBe(1);
expect(chunks[0]).toEqual([1, 2, 3, 4]);
});
});
});