Skip to content

Commit

Permalink
global var squashed
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Nov 4, 2012
1 parent 09e9a07 commit 0bdc0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initializers/initTasks.js
Expand Up @@ -125,7 +125,7 @@ var initTasks = function(api, next)
}

api.tasks.inspect = function(api, next){
tasks = [];
var tasks = [];
for(var i in api.tasks.currentTasks){
var parsedTask = JSON.parse(api.tasks.currentTasks[i]);
parsedTask.queue = "processing";
Expand Down

0 comments on commit 0bdc0e8

Please sign in to comment.