From 16bc9a051362008bf733fb80a113341a776ebd0b Mon Sep 17 00:00:00 2001 From: william Date: Sat, 30 Jan 2016 23:59:58 -0500 Subject: [PATCH] generic --- lxc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc.js b/lxc.js index b67efe0..ce753e3 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 = [].slice.call(arguments)/*.splice(1, 0, info).slice(1,99);*/ console.log('args:', args) callback.apply(this, args); });