[fix] minor typo

This commit is contained in:
yawnt 2013-10-09 17:28:39 +02:00
parent c7924e01f9
commit 5a1504f076

View File

@ -90,6 +90,8 @@ function createRightProxy(type) {
function ProxyServer(options, web, ws) { function ProxyServer(options, web, ws) {
EE3.call(this);
this.web = web; this.web = web;
this.ws = ws; this.ws = ws;
this.options = options; this.options = options;