Skip to content

Commit 00cfa94

Browse files
committed
Remove comment now that order is defined.
1 parent 414133b commit 00cfa94

3 files changed

Lines changed: 0 additions & 18 deletions

File tree

test/transition/transition-test-attrTween.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ module.exports = {
3333
}
3434
},
3535

36-
// The order here is a bit brittle: because the transition has zero delay,
37-
// it's invoking the start event immediately for all nodes, rather than
38-
// pushing each node onto the timer queue. The order in which tweens are
39-
// invoked is undefined (see #1245), so perhaps we should sort the expected
40-
// and actual values before comparing.
41-
4236
"defines the corresponding attr tween": function(result) {
4337
assert.typeOf(result.transition.tween("attr.color"), "function");
4438
},

test/transition/transition-test-styleTween.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ module.exports = {
3636
}
3737
},
3838

39-
// The order here is a bit brittle: because the transition has zero delay,
40-
// it's invoking the start event immediately for all nodes, rather than
41-
// pushing each node onto the timer queue. The order in which tweens are
42-
// invoked is undefined (see #1245), so perhaps we should sort the expected
43-
// and actual values before comparing.
44-
4539
"defines the corresponding style tween": function(result) {
4640
assert.typeOf(result.transition.tween("style.background-color"), "function");
4741
},

test/transition/transition-test-tween.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ module.exports = {
3434
}
3535
},
3636

37-
// The order here is a bit brittle: because the transition has zero delay,
38-
// it's invoking the start event immediately for all nodes, rather than
39-
// pushing each node onto the timer queue. The order in which tweens are
40-
// invoked is undefined (see #1245), so perhaps we should sort the expected
41-
// and actual values before comparing.
42-
4337
"defines the corresponding tween": function(result) {
4438
assert.typeOf(result.transition.tween("text"), "function");
4539
},

0 commit comments

Comments
 (0)