Skip to content

Commit

Permalink
Clarify this is for IE.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Nov 30, 2015
1 parent 35abadc commit 63782fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/dom-repeat.html
Original file line number Diff line number Diff line change
Expand Up @@ -3648,7 +3648,7 @@ <h4>x-repeat-chunked</h4>

suite('chunked rendering', function() {

// Patch requestAnimationFrame to setTimeout to reduce flakiness on CI
// Patch requestAnimationFrame to setTimeout to reduce IE test flakiness on CI
var rAF;
suiteSetup(function() {
rAF = window.requestAnimationFrame;
Expand Down

0 comments on commit 63782fa

Please sign in to comment.