(referenceType, referenceId)
| 320 | } |
| 321 | |
| 322 | function referentHtmlId(referenceType, referenceId) { |
| 323 | return htmlId(referenceType + "-" + referenceId); |
| 324 | } |
| 325 | |
| 326 | function referenceHtmlId(referenceType, referenceId) { |
| 327 | return htmlId(referenceType + "-ref-" + referenceId); |
no test coverage detected