Comparing version 0.0.1 to 0.0.2
@@ -22,3 +22,3 @@ // Generated by CoffeeScript 1.10.0 | ||
if (r.me) { | ||
return notify.done(r); | ||
return typeof notify.done === "function" ? notify.done(r) : void 0; | ||
} | ||
@@ -28,3 +28,5 @@ }; | ||
query: function(q, d) { | ||
notify.done = d; | ||
if (d) { | ||
notify.done = d; | ||
} | ||
return sock.send(JSON.stringify(q)); | ||
@@ -31,0 +33,0 @@ }, |
{ | ||
"name": "rds-client", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "ride data store client lib", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
3227
48