diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-12-02 16:03:18 +0000 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-12-02 16:03:18 +0000 |
commit | 2f91c0eef45e9501ba90976a64886aee56b90b46 (patch) | |
tree | ce4fb0261b7844e7b99e03c23d15f78ca953baa5 /changelogs | |
parent | af19d56f5e20383a142f07545757352b341fcda9 (diff) | |
parent | f90b6200e450f6b87cc310ab5734a09719d891d3 (diff) | |
download | gitlab-ce-2f91c0eef45e9501ba90976a64886aee56b90b46.tar.gz |
Merge branch 'cleanup-common_utils.js' into 'master'
Clean up common_utils.js
## What does this MR do?
- Remove unused functions from `common_utils.js`.
- Move functions which are used from only one file to that file.
## Why was this MR needed?
Because some utils weren't that common (anymore).
See merge request !7318
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/cleanup-common_utils-js.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/cleanup-common_utils-js.yml b/changelogs/unreleased/cleanup-common_utils-js.yml new file mode 100644 index 00000000000..54d81b76c28 --- /dev/null +++ b/changelogs/unreleased/cleanup-common_utils-js.yml @@ -0,0 +1,4 @@ +--- +title: Clean up common_utils.js +merge_request: 7318 +author: winniehell |