ja-ja-ja-jasmine

This commit is contained in:
William Mantly 2016-05-31 17:45:09 -04:00
parent e27bb6deba
commit 714ff75cb6

View File

@ -49,7 +49,7 @@ var workers = (function(){
if(workers.currentCreating > workers.currentCreatingMax ) return false; if(workers.currentCreating > workers.currentCreatingMax ) return false;
return doapi.dropletCreate({ return doapi.dropletCreate({
name: 'clw'+workerSnapID+'-'+(Math.random()*100).toString().slice(-4), name: 'clw'+workerSnapID+'-'+(Math.random()*100).toString().slice(-4),
image: '17575764' image: '17640639'
}, function(data){ }, function(data){
data = JSON.parse(data); data = JSON.parse(data);
workers.currentCreating++; workers.currentCreating++;