stuff
This commit is contained in:
parent
46ad5ae25d
commit
c77ee3a007
2
lxc.js
2
lxc.js
@ -186,10 +186,10 @@ Container.prototype.UpdateFromInfo = function(data){
|
|||||||
|
|
||||||
|
|
||||||
var lxcORM = function(){
|
var lxcORM = function(){
|
||||||
var that = this;
|
|
||||||
var containers = {};
|
var containers = {};
|
||||||
this.isReady = false;
|
this.isReady = false;
|
||||||
this.whenReady = [];
|
this.whenReady = [];
|
||||||
|
var that = this;
|
||||||
|
|
||||||
this.list(function(data){
|
this.list(function(data){
|
||||||
for(var idx = data.length; idx--;){
|
for(var idx = data.length; idx--;){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user