Skip to content

Commit

Permalink
Fix Fx.Scroll (window) "scroll to the red element" test
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian committed Feb 20, 2011
1 parent ad93fea commit f2cd44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Fx/Fx.Scroll_(window).html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
{
title: 'Scroll to the red item.',
fn: fx.toElement.bind(fx, 'red')
fn: fx.toElement.pass('red', fx)
},
{
title: 'Scroll the y axis only to the red item.',
Expand Down

0 comments on commit f2cd44b

Please sign in to comment.