From c77ee3a00731b1851e8eb247352bec8736485bb9 Mon Sep 17 00:00:00 2001 From: william Date: Mon, 8 Feb 2016 13:51:15 -0500 Subject: [PATCH] stuff --- lxc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc.js b/lxc.js index 5469af3..9c2dd2b 100644 --- a/lxc.js +++ b/lxc.js @@ -186,10 +186,10 @@ Container.prototype.UpdateFromInfo = function(data){ var lxcORM = function(){ - var that = this; var containers = {}; this.isReady = false; this.whenReady = []; + var that = this; this.list(function(data){ for(var idx = data.length; idx--;){