This commit is contained in:
William Mantly 2016-02-07 00:39:34 -05:00
parent ee57ab01e1
commit 55813dc422

2
lxc.js
View File

@ -188,7 +188,7 @@ var lxcORM = function(){
this.containers = {}
this.list(function(data){
for(var idx = data.length; idx--;){
containers[data[idx].name] = new Container(data[idx]);
this.containers[data[idx].name] = new Container(data[idx]);
}
});
this.isReady = false;