uber-archive / multitransport-jsonrpc

JSON-RPC Client (Node.js & Browser) and Server (Node.js) aim at "natural looking" server and client code.
116 stars 22 forks source link

Fix client options null crash #35

Closed dfellis closed 11 years ago

dfellis commented 11 years ago

Javascript's type categorization continues to amaze and confuse. Adding in a check if null is passed in as the options object.

cc @squamos