Skip to content

Commit 562a75b

Browse files
author
Tim Berners-Lee
committed
undefined makeQueryRow slipped though refactor
1 parent 0c5a483 commit 562a75b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/utils.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module.exports = {
2323
label,
2424
labelForXML,
2525
labelWithOntology,
26-
makeQueryRow,
2726
newVariableName,
2827
ontologyLabel,
2928
predicateLabelForXML,
@@ -318,8 +317,6 @@ function AJARImage (src, alt, tt, doc) {
318317
if (!doc) {
319318
doc = document
320319
}
321-
// if (!tt && tabulator.Icon.tooltips[src]) tooltip system discontinued 2016
322-
// tt = tabulator.Icon.tooltips[src]
323320
var image = doc.createElement('img')
324321
image.setAttribute('src', src)
325322
image.addEventListener('copy', function (e) {

0 commit comments

Comments
 (0)