comparison: testing/xpcshell/node-spdy/lib/spdy/protocol/v2/index.js
testing/xpcshell/node-spdy/lib/spdy/protocol/v2/index.js
- branch
- TOR_BUG_3246
- changeset 6
- 8bccb770b82d
equal
deleted
inserted
replaced
|
1 var v2; |
|
2 |
|
3 try { |
|
4 v2 = require('./protocol.node'); |
|
5 } catch (e) { |
|
6 v2 = require('./protocol.js'); |
|
7 } |
|
8 module.exports = v2; |
|
9 |
|
10 v2.Framer = require('./framer').Framer; |
|
11 |
|
12 v2.dictionary = require('./dictionary').dictionary; |