1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

remove annoying comma from comm.js

OCD reasons only
This commit is contained in:
Dave Conway-Jones 2015-12-09 13:37:20 +00:00
parent ef2dc4b9e1
commit a95f44d68b

View File

@ -203,5 +203,5 @@ module.exports = {
init:init,
start:start,
stop:stop,
publish:publish,
publish:publish
}