Skip to content

Commit e524f7a

Browse files
authored
Merge pull request liammclennan#48 from yihangho/auto-scroll
Automatically scroll to the bottom.
2 parents 67ec865 + 4e065dc commit e524f7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

support/koans.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Array.prototype.equalTo = function(compareTo) {
5656
if (failures > 0) {
5757
$("#zen-help").show();
5858
}
59+
$("body").scrollTop($(document).height());
5960
});
6061

6162
QUnit.log(function(result) {

0 commit comments

Comments
 (0)