Skip to content

Commit 445daef

Browse files
committed
Remove invalid comments
1 parent 31a77ac commit 445daef

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/jasmine/tests/animate_test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -605,8 +605,6 @@ describe('layout animation', function() {
605605
{layout: {'xaxis.range': [0, 1]}},
606606
{frame: {redraw: true, duration: dur}, transition: {duration: dur}}
607607
).then(function() {
608-
// Something is delayed a single tick, it seems, so the redraw
609-
// isn't triggered until next tick:
610608
expect(redraws).toBe(1);
611609
}).catch(fail).then(done);
612610
});
@@ -623,8 +621,6 @@ describe('layout animation', function() {
623621
{layout: {'xaxis.range': [0, 1]}},
624622
{frame: {redraw: false, duration: dur}, transition: {duration: dur}}
625623
).then(function() {
626-
// Something is delayed a single tick, it seems, so the redraw
627-
// isn't triggered until next tick:
628624
expect(relayouts).toBe(1);
629625
expect(restyles).toBe(0);
630626
expect(redraws).toBe(0);

0 commit comments

Comments
 (0)