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
open-source
SemWeb
libview
Commits
6cc6e0b1de92
Commit
cdf01d6b
authored
Oct 19, 2018
by
Laurent Wouters
Browse files
[fix] Small typo
parent
6f2c5c932259
Changes
1
Hide whitespace changes
Inline
Side-by-side
libview/src/view-def.ts
View file @
6cc6e0b1
...
...
@@ -211,7 +211,7 @@ function loadDescriptors(
finished
+=
1
;
if
(
finished
>=
target
)
resolve
(
descriptors
);
}
sources
.
map
((
source
:
ViewRegistrySource
)
=>
{
sources
.
forEach
((
source
:
ViewRegistrySource
)
=>
{
fetchDescriptors
(
source
)
.
then
((
result
:
ViewDescriptor
[])
=>
{
result
.
map
((
descriptor
:
ViewDescriptor
)
=>
{
...
...
Write
Preview
Markdown
is supported
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