Skip to content

Commit 63782fa

Browse files
committed
Clarify this is for IE.
1 parent 35abadc commit 63782fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/dom-repeat.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3648,7 +3648,7 @@ <h4>x-repeat-chunked</h4>
36483648

36493649
suite('chunked rendering', function() {
36503650

3651-
// Patch requestAnimationFrame to setTimeout to reduce flakiness on CI
3651+
// Patch requestAnimationFrame to setTimeout to reduce IE test flakiness on CI
36523652
var rAF;
36533653
suiteSetup(function() {
36543654
rAF = window.requestAnimationFrame;

0 commit comments

Comments
 (0)