Skip to content

Commit 4e065dc

Browse files
committed
Automatically scroll to the bottom.
1 parent 7b4505e commit 4e065dc

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)