Remove mentions of coffeescript from docs

This commit is contained in:
Arlo Breault 2019-07-06 16:41:56 +02:00
parent 27a92ab03a
commit d3080e2566
7 changed files with 8 additions and 16 deletions

View file

@ -40,7 +40,7 @@ describe('ProxyPair', function() {
config = new Config;
destination = [];
// Using the mock PeerConnection definition from spec/snowflake.spec.coffee.
// Using the mock PeerConnection definition from spec/snowflake.spec.js
var pp = new ProxyPair(fakeRelay, rateLimit, config.pcConfig);
beforeEach(function() {