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