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 Apr 29, 2016
1 parent 4f7c343 commit d992864
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 @@ -3104,7 +3104,7 @@
def('trim',
{},
[$.String, $.String],
R.trim);
function(s) { return s.trim(); });

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

0 comments on commit d992864

Please sign in to comment.