remove annoying comma from comm.js

OCD reasons only
pull/821/head
Dave Conway-Jones 2015-12-09 13:37:20 +00:00
parent ef2dc4b9e1
commit a95f44d68b
1 changed files with 1 additions and 1 deletions

View File

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