diff --git a/lxc.js b/lxc.js index 703de8c..373d0e6 100644 --- a/lxc.js +++ b/lxc.js @@ -185,7 +185,7 @@ Container.prototype.UpdateFromInfo = function(data){ var lxcORM = function(){ - containers = {} + var containers = {} this.isReady = false; this.whenReady = [];