Tidy up node-red-nodes

This commit is contained in:
dceejay
2015-04-10 11:56:17 +01:00
parent 4dc2db2f95
commit e56029b3e3
10 changed files with 24 additions and 489 deletions

View File

@@ -43,7 +43,7 @@ module.exports = function(RED) {
browser.start();
node.on("close", function () {
browser.stop();
if (browser) { browser.stop(); }
});
}