This commit is contained in:
William Mantly 2016-02-08 13:53:25 -05:00
parent ee7ff554e7
commit cf05db1c91

2
lxc.js
View File

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