Close web worker after completion

closes #257
This commit is contained in:
Berkeley Martinez
2015-03-22 16:57:10 -07:00
parent 5e97c678a5
commit f246ef618c

View File

@ -17,6 +17,7 @@ var run = function(code) {
}
application.remote.output(result);
self.close();
};