Skip to content

Commit 96018db

Browse files
Albert ŁąckiAlbert Łącki
authored andcommitted
FIXED for jshint
1 parent 67a47b9 commit 96018db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/types/textParsers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,11 @@ var parseBigInteger = function(val) {
180180

181181
var parseJsonArray = function(val) {
182182
var arr = parseStringArray(val);
183-
183+
184184
if (!arr) {
185185
return arr;
186186
}
187-
187+
188188
return arr.map(function(el) { return JSON.parse(el); });
189189
};
190190

0 commit comments

Comments
 (0)