One more Angular work around.
This commit is contained in:
parent
811e0123c9
commit
4d2e42d244
@ -62,7 +62,7 @@ export default class Collection extends EventEmitter {
|
|||||||
this._buffering = 0
|
this._buffering = 0
|
||||||
this._indexes = Object.create(null)
|
this._indexes = Object.create(null)
|
||||||
this._indexedItems = Object.create(null)
|
this._indexedItems = Object.create(null)
|
||||||
this._items = Object.create(null)
|
this._items = {} // Object.create(null)
|
||||||
this._size = 0
|
this._size = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user