This commit is contained in:
William Mantly 2016-02-08 13:55:43 -05:00
parent cf05db1c91
commit 64af338a6c

8
lxc.js
View File

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