UNPKG

dicom-microscopy-viewer-changed

Version:
16 lines (12 loc) 231 B
define(function () { // Internal list of HTML entities for escaping. var escapeMap = { '&': '&amp;', '<': '&lt;', '>': '&gt;', '"': '&quot;', "'": '&#x27;', '`': '&#x60;' }; return escapeMap; });