Merge remote-tracking branch 'origin/develop' into develop

pull/21833/head
Weblate 2017-10-27 15:10:33 +00:00
commit 4c4a933a09
1 changed files with 4 additions and 0 deletions

View File

@ -92,6 +92,10 @@ export default class GroupStore extends EventEmitter {
this._fetchMembers();
}
unregisterListener(fn) {
this.removeListener('update', fn);
}
getSummary() {
return this._summary;
}