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
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2015-05-20 23:24:46 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-05-20 23:24:46 +0300
commitc85ee63b1aa7236884315408f8d5cef4aada7852 (patch)
tree58feecc568f9e035adf07c1199bb3ca15fa75456
parent9abb6cc9a3098ca7cad7b048a7fdbbd17fe8602b (diff)
add todo
-rw-r--r--lib/torrent.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/torrent.js b/lib/torrent.js
index 27f67f9..7f63dff 100644
--- a/lib/torrent.js
+++ b/lib/torrent.js
@@ -1072,6 +1072,7 @@ function randomInt (high) {
}
/**
+ * TODO: use random-iterate module for this
* Iterates through the given array in a random order, calling the given
* callback for each element.
*/