Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2014-12-27 10:02:18 +0300
committerFeross Aboukhadijeh <feross@feross.org>2014-12-27 10:02:18 +0300
commitb481c429dc5b02b02284a217b712d89ab59b84b7 (patch)
tree99e55e2ad531ec8c4bc162821f2d45d2c2ae3977 /lib
parentdd21ed714e52ad29b25053db15df3f1366370dcd (diff)
fix comment
Diffstat (limited to 'lib')
-rw-r--r--lib/torrent.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/torrent.js b/lib/torrent.js
index 3181c63..7d18af5 100644
--- a/lib/torrent.js
+++ b/lib/torrent.js
@@ -1012,7 +1012,7 @@ function randomizedForEach (array, cb) {
/**
* Make http or https request, following redirects.
* @param {string} u
- * @param {function}
+ * @param {function} cb
* @param {number=} maxRedirects
* @return {http.ClientRequest}
*/