This commit is contained in:
William Mantly 2016-02-07 00:38:38 -05:00
parent 303c80f601
commit b27f0d6bd9

2
lxc.js
View File

@ -207,7 +207,7 @@ lxcORM.prototype.ready = function(callback){
return callback.apply(this); return callback.apply(this);
} }
else{ else{
this.whenReady.append(callback); this.whenReady.push(callback);
} }
} }