Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b9f6b34

Browse files
committedMar 10, 2015
formatting
1 parent cce1f78 commit b9f6b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/JSOG.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ JSOG.encode = (original) ->
4545
return result
4646

4747
encodeArray = (original) ->
48-
return (doEncode val for val in original)
48+
return (doEncode(val) for val in original)
4949

5050
if !original?
5151
return original

0 commit comments

Comments
 (0)
Failed to load comments.