$pool should not be enumerable.

This commit is contained in:
Julien Fontanet 2015-05-13 17:29:24 +02:00
parent 9d3477d465
commit 97db55156a

View File

@ -379,7 +379,6 @@ export class Xapi extends EventEmitter {
object.$type = type
defineProperty(object, '$pool', {
enumerable: true,
get: () => this._pool
})
}