From 0f1a53f2dc074d977e2ff893d851f031a1fc7a32 Mon Sep 17 00:00:00 2001 From: william Date: Sat, 30 Jan 2016 23:48:13 -0500 Subject: [PATCH] generic --- lxc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc.js b/lxc.js index 91a9527..f5d5c0e 100644 --- a/lxc.js +++ b/lxc.js @@ -99,7 +99,7 @@ var lxc = { info.push(mapOut); } - var args = [info].slice.call(arguments).splice(1,1); + var args = [].slice.call(arguments); console.log('args:', args) callback.apply(this, args); });