This commit is contained in:
William Mantly 2016-02-07 00:46:02 -05:00
parent d34a482a60
commit 45bf9c67f6

2
lxc.js
View File

@ -185,7 +185,7 @@ Container.prototype.UpdateFromInfo = function(data){
var lxcORM = function(){
containers = {}
var containers = {}
this.isReady = false;
this.whenReady = [];