Skip to content

Commit

Permalink
Merge a262017 into 4970782
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU committed Apr 26, 2020
2 parents 4970782 + a262017 commit 4810308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reusify.js
Expand Up @@ -25,8 +25,8 @@ function reusify (Constructor) {
}

return {
get: get,
release: release
get,
release
}
}

Expand Down

0 comments on commit 4810308

Please sign in to comment.