Skip to content

Commit

Permalink
Merge pull request #472 from glasser/patch-1
Browse files Browse the repository at this point in the history
Fix accidental write to global variable.
  • Loading branch information
mmalecki committed Sep 16, 2013
2 parents 29afab4 + dfdedf2 commit 9f35088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/caronte/index.js
@@ -1,5 +1,5 @@
var caronte = exports,
web = require('./passes/web-incoming');
web = require('./passes/web-incoming'),
ws = require('./passes/ws-incoming');

caronte.createWebProxy = createRightProxy('web');
Expand Down

0 comments on commit 9f35088

Please sign in to comment.