This commit is contained in:
William Mantly 2016-02-02 11:57:09 -05:00
parent 5e34018703
commit aed8da4ef0

2
lxc.js
View File

@ -101,7 +101,7 @@ var lxc = {
} }
var args = [info].concat(Array.prototype.slice.call(arguments, 1)); var args = [info].concat(Array.prototype.slice.call(arguments, 1));
console.log(args) console.log(args)
callback(args); callback.apply(this, args);
}); });
} }
}; };