This commit is contained in:
William Mantly 2016-02-07 00:37:46 -05:00
parent 1cafd74cc4
commit 303c80f601

2
lxc.js
View File

@ -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)