standardize by hand
This commit is contained in:
parent
e6698102c9
commit
2c3cacdc08
8 changed files with 16 additions and 15 deletions
|
@ -27,7 +27,7 @@ Object.defineProperty(exports, 'defaultSession', {
|
|||
|
||||
var wrapSession = function (session) {
|
||||
// session is an EventEmitter.
|
||||
return session.__proto__ = EventEmitter.prototype
|
||||
session.__proto__ = EventEmitter.prototype
|
||||
}
|
||||
|
||||
bindings._setWrapSession(wrapSession)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue