diff --git a/lxc.js b/lxc.js index 902cef8..66a3038 100644 --- a/lxc.js +++ b/lxc.js @@ -186,7 +186,7 @@ Container.prototype.UpdateFromInfo = function(data){ var lxcORM = function(){ - var containers = {} + this.containers = {} this.isReady = false; this.whenReady = []; var that = this