Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2017-06-01 04:39:44 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2017-06-01 04:39:44 +0300
commitbf65c49c699f6f009c0a919a189499e2aca82118 (patch)
treee858c944cb1503f9dfb33dbf6f15a512d8e3fcb2 /app/assets/javascripts/groups
parent9c71b78145c649740815be7ee4f714d4451892a6 (diff)
Remove unnecesary return
Diffstat (limited to 'app/assets/javascripts/groups')
-rw-r--r--app/assets/javascripts/groups/stores/groups_store.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/javascripts/groups/stores/groups_store.js b/app/assets/javascripts/groups/stores/groups_store.js
index fc925172c2f..eaad30638ac 100644
--- a/app/assets/javascripts/groups/stores/groups_store.js
+++ b/app/assets/javascripts/groups/stores/groups_store.js
@@ -4,8 +4,6 @@ export default class GroupsStore {
this.state = {};
this.state.groups = {};
this.state.pageInfo = {};
-
- return this;
}
setGroups(rawGroups, parent = null) {