Skip to content

Commit

Permalink
remove Ramda dependency in S.trim
Browse files Browse the repository at this point in the history
  • Loading branch information
svozza committed May 18, 2016
1 parent bc77ea6 commit 5f7bc22
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 5f7bc22

Please sign in to comment.