Commit e92846ca authored by Filipa Lacerda's avatar Filipa Lacerda

Adds CHANGELOG entry

parent 61db9e2f
......@@ -23,8 +23,8 @@
*/
window.gl = window.gl || {};
gl.environmentsList = window.gl.environmentsList || {};
gl.environmentsList.timeagoInstance = new timeago(); // eslint-disable-line
window.gl.environmentsList = window.gl.environmentsList || {};
window.gl.environmentsList.timeagoInstance = new timeago(); // eslint-disable-line
gl.environmentsList.EnvironmentItem = Vue.component('environment-item', {
......
/* eslint-disable no-param-reassign */
(() => {
window.gl = window.gl || {};
gl.environmentsList = window.gl.environmentsList || {};
window.gl.environmentsList = window.gl.environmentsList || {};
gl.environmentsList.EnvironmentsStore = {
state: {},
......
---
title: Removes unneeded `window` declaration in environments related code
merge_request: 8456
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment