diff --git a/src/hello.js b/src/hello.js index 9a634ca8..31ba5135 100644 --- a/src/hello.js +++ b/src/hello.js @@ -31,10 +31,7 @@ hello.utils = { } else { - if (Array.isArray(a)) { - // Clone it - a = a.slice(0); - } + r = a; }