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>2016-01-14 05:09:11 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-01-14 05:09:11 +0300
commitd679d3d0c5046a29e698b5fe22ee46fea7082e75 (patch)
treedba283b35b08de203278d43457940d83320a6b34 /test/client-seed.js
parent185c285b00e33ff17e63b8a68595736eed1dbf76 (diff)
standard
Diffstat (limited to 'test/client-seed.js')
-rw-r--r--test/client-seed.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/client-seed.js b/test/client-seed.js
index 9548a15..98ab0d0 100644
--- a/test/client-seed.js
+++ b/test/client-seed.js
@@ -1,3 +1,5 @@
+/* global Blob */
+
var common = require('./common')
var test = require('tape')
var WebTorrent = require('../')