This commit is contained in:
William Mantly 2016-02-07 00:47:32 -05:00
parent 85e0dcf729
commit 025205e349

2
lxc.js
View File

@ -194,11 +194,11 @@ var lxcORM = function(){
console.log(data[idx].name)
containers[data[idx].name] = new Container(data[idx]);
if(idx===0){
this.containers = containers
this.callReady();
}
}
});
this.containers = containers
};