From 303c80f601af1777956fb20a4a8cbe484cbf18da Mon Sep 17 00:00:00 2001 From: william Date: Sun, 7 Feb 2016 00:37:46 -0500 Subject: [PATCH] runner --- lxc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)