Skip to content

Commit 9f35088

Browse files
committed
Merge pull request #472 from glasser/patch-1
Fix accidental write to global variable.
2 parents 29afab4 + dfdedf2 commit 9f35088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/caronte/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var caronte = exports,
2-
web = require('./passes/web-incoming');
2+
web = require('./passes/web-incoming'),
33
ws = require('./passes/ws-incoming');
44

55
caronte.createWebProxy = createRightProxy('web');

0 commit comments

Comments
 (0)