runner
This commit is contained in:
parent
a1a0ec8d02
commit
b0ab1a5313
4
lxc.js
4
lxc.js
@ -257,10 +257,10 @@ lxcORM.prototype.list = function(callback){
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
// module.exports = lxc;
|
module.exports = lxcORM;
|
||||||
|
|
||||||
var orm = new lxcORM()
|
var orm = new lxcORM()
|
||||||
orm.ready(function(){
|
orm.ready(function(){
|
||||||
console.log(arguments, this);
|
console.log('calling ready', arguments, this);
|
||||||
})
|
})
|
||||||
// setTimeout(function(){console.log(orm)}, 5000)
|
// setTimeout(function(){console.log(orm)}, 5000)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user