From 0a8bdf9c5bed02b740d2a67982c365f1e8b2e302 Mon Sep 17 00:00:00 2001 From: william Date: Sun, 31 Jan 2016 00:01:17 -0500 Subject: [PATCH] generic --- lxc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc.js b/lxc.js index ce753e3..a4b37f8 100644 --- a/lxc.js +++ b/lxc.js @@ -99,7 +99,7 @@ var lxc = { info.push(mapOut); } - var args = [].slice.call(arguments)/*.splice(1, 0, info).slice(1,99);*/ + var args = [info].concat([].slice.call(arguments).slice(1,99)); console.log('args:', args) callback.apply(this, args); });