Correctly initialize Xo#_httpRequestWatchers.

This commit is contained in:
Julien Fontanet 2015-05-12 18:49:40 +02:00
parent 0101365ebc
commit 19e26729a8

View File

@ -92,6 +92,9 @@ export default class Xo extends EventEmitter {
spec.call(this._xobjs)
this._watchXobjs()
this._httpRequestWatchers = Object.create(null)
// TODO: remove when no longer necessary.
this._proxyRequests = Object.create(null)
this._authenticationProviders = new Set()