From 9ac9839b957579cc850c4f0a3484e83329b636e7 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 27 Aug 2014 11:51:53 -0400 Subject: [PATCH] chore(join) rm "\n" --- lib/join.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/join.js b/lib/join.js index 749288a6..3f2ce72a 100644 --- a/lib/join.js +++ b/lib/join.js @@ -18,7 +18,6 @@ prefix = PREFIX; } - if (!names) throw(Error('names must be array!'));