One more Angular work around.

This commit is contained in:
Julien Fontanet 2015-05-24 14:39:48 +02:00
parent 811e0123c9
commit 4d2e42d244

View File

@ -62,7 +62,7 @@ export default class Collection extends EventEmitter {
this._buffering = 0
this._indexes = Object.create(null)
this._indexedItems = Object.create(null)
this._items = Object.create(null)
this._items = {} // Object.create(null)
this._size = 0
}