Skip to content

Commit 2ba02d9

Browse files
committed
update archiver packaged used for building
The old version of archiver didn't seem to include CRCs. This would cause errors from 7zip and made me nervous about the builds being correct.
1 parent 0b288c5 commit 2ba02d9

File tree

3 files changed

+976
-305
lines changed

3 files changed

+976
-305
lines changed

src/common/test/utils-test.js

+1
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ describe('Utils', function() {
564564

565565
// I have found that Range.intersectsNode is broken on Chrome. I'm adding
566566
// test to see if/when it gets fixed.
567+
// TODO: This test seems flawed. Why would test-elem-2 intersect the range that just contains test-elem-1? Hand-testing suggests that this is working as expected in Chrome and Firefox. Code that works around this probably-nonexistent bug should be reconsidered (especially since Postbox support is dropped).
567568
it('Range.intersectsNode is broken on Chrome', function() {
568569
var range = document.createRange();
569570
range.selectNode($('#test-elem-1')[0]);

0 commit comments

Comments
 (0)