clearing on reset

This commit is contained in:
Danny Yoo 2013-04-05 15:18:05 -06:00
parent 753e1d80f9
commit 45aeb7d12a

View File

@ -25,7 +25,10 @@ jQuery(document).ready(function() {
var onReset = function() {
repl.reset(allowInput);
repl.reset(function() {
output.empty();
allowInput();
});
};