Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Markus Opolka
vue-cdbp
Commits
b356dab3
Commit
b356dab3
authored
Dec 19, 2018
by
Markus Opolka
Browse files
Sort feature glossary
parent
cb16abc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib.js
View file @
b356dab3
...
...
@@ -205,9 +205,9 @@ function featureGlossary (objs) {
}
let
ret
=
{
categories
:
Array
.
from
(
new
Set
(
categories
)),
types
:
Array
.
from
(
new
Set
(
types
)),
subtypes
:
Array
.
from
(
new
Set
(
subtypes
))
categories
:
Array
.
from
(
new
Set
(
categories
))
.
sort
()
,
types
:
Array
.
from
(
new
Set
(
types
))
.
sort
()
,
subtypes
:
Array
.
from
(
new
Set
(
subtypes
))
.
sort
()
}
return
ret
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment