gf3 / IRC-js

The best IRC library for node.js
http://irc-js.com
The Unlicense
179 stars 33 forks source link

Fix some nits. #64

Closed luser closed 10 years ago

luser commented 10 years ago

This is mostly missing semicolons, with a few trailing whitespace removals as well as a couple of fixes to make functions return values consistently. All in the name of making js2-mode happier.

ghost commented 10 years ago

Thank you!

luser commented 10 years ago

I forgot to mention, there was one change I didn't make: js2-mode is very cross at your use of "char" as a variable name in parser.js, because it's a future reserved word. Changing that seemed a little silly though.