Skip to content

Commit

Permalink
[doc fix] Add undefined var in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Mar 9, 2013
1 parent 64efa7f commit deca756
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/balancer/simple-balancer-with-websockets.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
var httpProxy = require('../../lib/node-http-proxy');
var http = require('http'),
httpProxy = require('../../lib/node-http-proxy');

//
// A simple round-robin load balancing strategy.
//
Expand Down

0 comments on commit deca756

Please sign in to comment.