Skip to content

Commit 881737b

Browse files
committed
paramToJson-typo-fix
1 parent d869d62 commit 881737b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lib/parameter_hunter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ var parameter_hunter = function () {
202202
}
203203

204204
//colon delimiter.
205-
paramStringWellFormed += ':'; + values[i];
205+
paramStringWellFormed += ':';
206206

207207
//values
208208
//replace single-quote wrappers with double-quotes

0 commit comments

Comments
 (0)