This commit is contained in:
William Mantly 2016-02-08 13:28:45 -05:00
parent c8d32de96d
commit 8c0d3bd6da

9
lxc.js
View File

@ -256,11 +256,4 @@ lxcORM.prototype.list = function(callback){
};
module.exports = lxcORM;
var orm = new lxcORM()
orm.ready(function(){
console.log('calling ready', arguments, this);
})
// setTimeout(function(){console.log(orm)}, 5000)
module.exports = new lxcORM();