Comparing version 0.0.2 to 0.0.3
@@ -59,3 +59,6 @@ /** | ||
_.each(settings.tasks, function (task) { | ||
q.defer(task, file); | ||
q.defer(function (file, callback) { | ||
task.call(this, file); | ||
callback(null, file); | ||
}, file); | ||
}) | ||
@@ -62,0 +65,0 @@ }); |
@@ -5,3 +5,3 @@ { | ||
"description": "Simple drag and drop file handler.", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"homepage": "https://github.com/derekr/dubdrop", | ||
@@ -8,0 +8,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
6254
97