From 5a1504f0764b7747b53cc0d92a69ff3093e85ade Mon Sep 17 00:00:00 2001 From: yawnt Date: Wed, 9 Oct 2013 17:28:39 +0200 Subject: [PATCH] [fix] minor typo --- lib/http-proxy/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/http-proxy/index.js b/lib/http-proxy/index.js index 83e1993..c4b043c 100644 --- a/lib/http-proxy/index.js +++ b/lib/http-proxy/index.js @@ -90,6 +90,8 @@ function createRightProxy(type) { function ProxyServer(options, web, ws) { + EE3.call(this); + this.web = web; this.ws = ws; this.options = options;