This commit is contained in:
William Mantly 2016-02-08 13:51:15 -05:00
parent 46ad5ae25d
commit c77ee3a007

2
lxc.js
View File

@ -186,10 +186,10 @@ Container.prototype.UpdateFromInfo = function(data){
var lxcORM = function(){
var that = this;
var containers = {};
this.isReady = false;
this.whenReady = [];
var that = this;
this.list(function(data){
for(var idx = data.length; idx--;){