From 025205e34949c04f5111581520907ec131508607 Mon Sep 17 00:00:00 2001 From: william Date: Sun, 7 Feb 2016 00:47:32 -0500 Subject: [PATCH] runner --- lxc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc.js b/lxc.js index e1fe5dc..4c53f90 100644 --- a/lxc.js +++ b/lxc.js @@ -194,11 +194,11 @@ var lxcORM = function(){ console.log(data[idx].name) containers[data[idx].name] = new Container(data[idx]); if(idx===0){ - this.containers = containers this.callReady(); } } }); + this.containers = containers };