Comparing version 0.3.1 to 0.3.2
@@ -5,3 +5,3 @@ { | ||
"description": "Async task batching", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"keywords": ["batch", "async", "utility", "concurrency", "concurrent"], | ||
@@ -8,0 +8,0 @@ "dependencies": { |
0.3.2 / 2013-03-15 | ||
================== | ||
* remove Emitter call in constructor | ||
0.3.1 / 2013-03-13 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -29,3 +29,2 @@ | ||
function Batch() { | ||
EventEmitter.call(this); | ||
this.fns = []; | ||
@@ -32,0 +31,0 @@ this.concurrency(Infinity); |
{ | ||
"name": "batch" | ||
, "version": "0.3.1" | ||
, "version": "0.3.2" | ||
, "description": "Simple async batch" | ||
@@ -5,0 +5,0 @@ , "author": "TJ Holowaychuk <tj@vision-media.ca>" |
5537
124