All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.amd._escapeMap.js Maven / Gradle / Ivy

The newest version!
define(function () {

  // Internal list of HTML entities for escaping.
  var escapeMap = {
    '&': '&',
    '<': '<',
    '>': '>',
    '"': '"',
    "'": ''',
    '`': '`'
  };

  return escapeMap;

});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy