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:
authorfisch0920 <fisch0920@gmail.com>2014-06-05 04:54:59 +0400
committerfisch0920 <fisch0920@gmail.com>2014-06-05 04:54:59 +0400
commit8837025c79f0cac46369607433922d3f43ab324c (patch)
tree3af4f49b70c657f5e7b0dd8470911d788ffda503 /lib
parent09dcb6b368b78f4d9aa1aeb40e00e094eb943851 (diff)
fix missing colon
Diffstat (limited to 'lib')
-rw-r--r--lib/fs-storage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fs-storage.js b/lib/fs-storage.js
index 8462f30..068a024 100644
--- a/lib/fs-storage.js
+++ b/lib/fs-storage.js
@@ -85,7 +85,7 @@ function FSStorage (parsedTorrent, opts) {
from: from,
to: to,
offset: offset,
- openWrite openWrite,
+ openWrite: openWrite,
openRead: openRead
})
})