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
687f644727ea
Commit
4ecac5a7
authored
Dec 20, 2018
by
Laurent Wouters
Browse files
[fix] Tentative fix of build issue
parent
fa201c9473f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
libview/src/application.ts
View file @
687f6447
...
...
@@ -319,7 +319,7 @@ export interface RenderingResult {
/**
* The DOM elements representing the rendering
*/
dom
:
HTML
Element
|
null
;
dom
:
Element
|
null
;
/**
* The identifier of the selected view
*/
...
...
libview/src/view-impl.ts
View file @
687f6447
...
...
@@ -46,7 +46,7 @@ export interface ViewRendering {
/**
* The DOM elements representing the rendering
*/
dom
:
HTML
Element
;
dom
:
Element
;
/**
* The URI of resources that could be of interest to the view that produced this rendering
*/
...
...
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