Closed ismyrnow closed 9 years ago
Resolves issue #36.
Examples now use bind when possible (server.notify.bind(server)) and an inline function when it's not possible (server.start()).
Might also resolve #22, assuming the main issue there is documentation.
thanks man!
Resolves issue #36.
Examples now use bind when possible (server.notify.bind(server)) and an inline function when it's not possible (server.start()).