We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67ec865 + 4e065dc commit e524f7aCopy full SHA for e524f7a
support/koans.js
@@ -56,6 +56,7 @@ Array.prototype.equalTo = function(compareTo) {
56
if (failures > 0) {
57
$("#zen-help").show();
58
}
59
+ $("body").scrollTop($(document).height());
60
});
61
62
QUnit.log(function(result) {
0 commit comments