minor fix

This commit is contained in:
Hauke Klement
2015-02-12 12:42:48 +01:00
parent 6d2b8e9acf
commit c562d4b0ef

View File

@ -26,7 +26,7 @@ $(function() {
});
};
var clearOutput = function(output) {
var clearOutput = function() {
$('#output pre').remove();
};