diff --git a/lxc.js b/lxc.js index d759500..2763b27 100644 --- a/lxc.js +++ b/lxc.js @@ -101,7 +101,7 @@ var lxc = { } var args = [info].concat(Array.prototype.slice.call(arguments, 1)); console.log(args) - callback(args); + callback.apply(this, args); }); } };