stuff
This commit is contained in:
parent
64af338a6c
commit
469d4deb7e
1
lxc.js
1
lxc.js
@ -195,6 +195,7 @@ var lxcORM = function(){
|
|||||||
for(var idx = data.length; idx--;){
|
for(var idx = data.length; idx--;){
|
||||||
that.containers[data[idx].name] = new Container(data[idx]);
|
that.containers[data[idx].name] = new Container(data[idx]);
|
||||||
if(idx===0){
|
if(idx===0){
|
||||||
|
console.log('call ready!')
|
||||||
that.callReady;
|
that.callReady;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user