This commit is contained in:
William Mantly 2016-02-07 00:59:53 -05:00
parent 7c37aa2e8b
commit 708c5ea5d3

2
lxc.js
View File

@ -188,7 +188,7 @@ var lxcORM = function(){
var containers = {}
this.isReady = false;
this.whenReady = [];
callReady = this.callReady;
var callReady = this.callReady;
this.list(function(data){
for(var idx = data.length; idx--;){