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:
-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.
*/