Skip to content

Commit

Permalink
Merge pull request #201 from svozza/trim-remove-r
Browse files Browse the repository at this point in the history
Remove Ramda dependency in S.trim
  • Loading branch information
davidchambers committed May 19, 2016
2 parents bc77ea6 + 5f7bc22 commit f1f40b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3302,7 +3302,7 @@
def('trim',
{},
[$.String, $.String],
R.trim);
function(s) { return s.trim(); });

//# words :: String -> Array String
//.
Expand Down

0 comments on commit f1f40b6

Please sign in to comment.