node-resque
Advanced tools
Comparing version 0.11.8 to 0.11.9
@@ -135,7 +135,7 @@ var util = require('util'); | ||
var self = this; | ||
if(arguments.length === 4 && typeof count == 'function'){ | ||
if(typeof count === 'function' && callback === undefined){ | ||
callback = count; | ||
count = 0; | ||
}else if(arguments.length === 3){ | ||
if(typeof args == 'function'){ | ||
if(typeof args === 'function'){ | ||
callback = args; | ||
@@ -142,0 +142,0 @@ args = []; |
@@ -5,3 +5,3 @@ { | ||
"description": "an opinionated implementation of resque in node", | ||
"version": "0.11.8", | ||
"version": "0.11.9", | ||
"homepage": "http://github.com/taskrabbit/node-resque", | ||
@@ -8,0 +8,0 @@ "repository": { |
136023