Reset to working condition

This commit is contained in:
Nathan Leniz
2015-01-19 23:52:39 -05:00
parent 53e5d06147
commit 4755bfcb56
2 changed files with 2 additions and 7 deletions

View File

@@ -42,12 +42,7 @@ var runHidden = function(code) {
var onoffline = null;
var ononline = null;
var importScripts = null;
var console = {
panel: $(parent.document.body).append('<div>'),
log: function(m){
this.panel.prepend('<div>'+m+'</div>');
}
};
var console = null;
var application = null;
return eval(code);