This website requires JavaScript.
Explore
Help
Sign In
root
/
gitlab-ce
mirror of
https://gitlab.com/free-releases/gitlab-ce.git
Watch
1
Star
0
Fork
You've already forked gitlab-ce
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
7564f3f38f
gitlab-ce
/
spec
/
frontend
/
__helpers__
/
gon_helper.js
6 lines
72 B
JavaScript
Raw
Blame
History
export
const
createGon
=
(
IS
_EE
)
=>
{
return
{
ee
:
IS
_EE
,
}
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink