runner
This commit is contained in:
parent
85e0dcf729
commit
025205e349
2
lxc.js
2
lxc.js
@ -194,11 +194,11 @@ var lxcORM = function(){
|
|||||||
console.log(data[idx].name)
|
console.log(data[idx].name)
|
||||||
containers[data[idx].name] = new Container(data[idx]);
|
containers[data[idx].name] = new Container(data[idx]);
|
||||||
if(idx===0){
|
if(idx===0){
|
||||||
this.containers = containers
|
|
||||||
this.callReady();
|
this.callReady();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
this.containers = containers
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user