(note)
| 316 | } |
| 317 | |
| 318 | function noteRefHtmlId(note) { |
| 319 | return referenceHtmlId(note.noteType, note.noteId); |
| 320 | } |
| 321 | |
| 322 | function referentHtmlId(referenceType, referenceId) { |
| 323 | return htmlId(referenceType + "-" + referenceId); |
no test coverage detected