Skip to content

Commit c61fb35

Browse files
looking at propertyTriage
1 parent e699391 commit c61fb35

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/buttons/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ <h2 id="personTR"><a href="#personTR">personTR</a></h2>
430430
<h2 id="propertyTriage"><a href="#propertyTriage">propertyTriage</a></h2>
431431
<script id="script-propertyTriage">
432432
window.addEventListener('DOMContentLoaded', (event) => {
433+
// FIXME: make this example return actual possible properties
433434
const kb = UI.rdf.graph()
434435
const result = UI.widgets.propertyTriage(kb)
435436
$('#div-propertyTriage').appendChild(document.createTextNode(JSON.stringify(result)))

0 commit comments

Comments
 (0)