This commit is contained in:
William Mantly 2016-02-08 10:18:12 -05:00
parent a1a0ec8d02
commit b0ab1a5313

4
lxc.js
View File

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