runner
This commit is contained in:
parent
b27f0d6bd9
commit
ee57ab01e1
2
lxc.js
2
lxc.js
@ -188,7 +188,7 @@ var lxcORM = function(){
|
|||||||
this.containers = {}
|
this.containers = {}
|
||||||
this.list(function(data){
|
this.list(function(data){
|
||||||
for(var idx = data.length; idx--;){
|
for(var idx = data.length; idx--;){
|
||||||
container[data[idx].name] = new Container(data[idx]);
|
containers[data[idx].name] = new Container(data[idx]);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
this.isReady = false;
|
this.isReady = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user