stuff
This commit is contained in:
parent
1624d9f7ff
commit
cfc6d406a1
@ -57,7 +57,9 @@ var workers = (function(){
|
||||
|
||||
workers.destroy = function(worker){
|
||||
worker = worker || workers.pop();
|
||||
doapi.dropletDestroy(worker.id, function(){});
|
||||
doapi.dropletDestroy(worker.id, function(){
|
||||
isCheckingWorkers = false;
|
||||
});
|
||||
};
|
||||
|
||||
workers.makeWorkerObj = function(worker){
|
||||
|
Loading…
x
Reference in New Issue
Block a user