Webpack build for branch data-store-refactor: bc66d8b61d0f6de433160f25606ade5cca8069ad

This commit is contained in:
Travis CI 2017-08-21 22:09:47 +00:00
parent 6624752a79
commit fe39f206e4
2 changed files with 3 additions and 3 deletions

View file

@ -7817,8 +7817,8 @@ const Collection = __webpack_require__(3);
*/
class DataStore extends Collection {
constructor(client, iterable) {
super(iterable);
super();
for (const item of iterable) this.create(item);
Object.defineProperty(this, 'client', { value: client });
}

File diff suppressed because one or more lines are too long