diff --git a/lxc.js b/lxc.js index a610439..19c5da0 100644 --- a/lxc.js +++ b/lxc.js @@ -253,7 +253,7 @@ lxcORM.prototype.list= function(callback){ // module.exports = lxc; var orm = new lxcORM() -lxc.ready(function(){ +orm.ready(function(){ console.log(arguments, this); }) // setTimeout(function(){console.log(orm)}, 5000)