jbillmann / GarageServer.IO

A simple, lightweight, HTML multiplayer game server (and client) for Node.js
MIT License
181 stars 29 forks source link

fix typo preventing event handler firing #26

Closed OJFord closed 9 years ago

OJFord commented 9 years ago

options.OnEvent is documented as options.onEvent. Assuming consistency with other events, and _options.onEvent was intended, fixing typo here instead of in docs.