JohnMcLear / draw

A real time collaborative drawing tool using nodejs, socket.io & paper.js
Apache License 2.0
483 stars 157 forks source link

Remove trailing comma from last config line #191

Closed ocdtrekkie closed 9 years ago

ocdtrekkie commented 9 years ago

The settings.json.template file has a trailing comma in it. This is likely because it shows an example configuration after this line, but this line is the last one that will be interpreted by the program in default configuration, so the comma should be removed.