ondras / rot.js

ROguelike Toolkit in JavaScript. Cool dungeon-related stuff, interactive manual, documentation, tests!
https://ondras.github.io/rot.js/hp/
BSD 3-Clause "New" or "Revised" License
2.33k stars 254 forks source link

minor semicolon consistency cleanup #107

Closed erikyuzwa closed 7 years ago

erikyuzwa commented 7 years ago

My linter was going crazy on me, pointing out the missing semi-colons on several modules and objects.

Not sure if this was an intention to leave them out, so if so, feel free to cancel / trash this PR. No harm intended.

ondras commented 7 years ago

Hi @erikyuzwa,

thanks for your contribution. I do not let my linter check semicolons, as I use them without any rigid rules enforcement. But if you find the code better now, I have no objections against this PR.

erikyuzwa commented 7 years ago

gotcha, thanks 🙇