Comparing version 0.11.1 to 0.11.2
@@ -0,1 +1,5 @@ | ||
0.11.2 - 2015-11-30 | ||
- Fixes call method for the case when the first param is a falsy value | ||
0.11.0 — 2015-03-23 | ||
@@ -2,0 +6,0 @@ |
@@ -444,7 +444,3 @@ "use strict"; | ||
// match Meteor call syntax | ||
if (!params) { | ||
params = []; | ||
} else { | ||
params = Array.prototype.slice.call(arguments, 1); | ||
} | ||
params = Array.prototype.slice.call(arguments, 1); | ||
@@ -451,0 +447,0 @@ return this.apply.apply(this, [name, params, updatedCallback]); |
{ | ||
"name": "xolvio-ddp", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"description": "Node.js module to connect to servers using DDP protocol.", | ||
@@ -5,0 +5,0 @@ "author": "Tom Coleman <tom@thesnail.org> (http://tom.thesnail.org)", |
87101
29
990