From 7df648c02b362a4121f632901eea9b06ea56aead Mon Sep 17 00:00:00 2001 From: william Date: Sat, 30 Jan 2016 23:59:23 -0500 Subject: [PATCH] generic --- lxc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc.js b/lxc.js index 1dc52f8..b67efe0 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); });