mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
Cleanup unescape comments.
Former-commit-id: 4c0a66d28ed8b04748e4d97755983ec328e53ca4
This commit is contained in:
@@ -255,7 +255,7 @@
|
|||||||
* Used to convert HTML entities to characters:
|
* Used to convert HTML entities to characters:
|
||||||
*
|
*
|
||||||
* Numeric character references are case-insensitive.
|
* Numeric character references are case-insensitive.
|
||||||
* http://www.w3.org/TR/html4/charset.html#h-5.3.1
|
* http://whatwg.org/html/syntax.html#character-references
|
||||||
*/
|
*/
|
||||||
var htmlUnescapes = {
|
var htmlUnescapes = {
|
||||||
'&': '&',
|
'&': '&',
|
||||||
@@ -4037,7 +4037,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Converts the HTML entities `&`, `<`, `>`, `"`, and `'`
|
* Converts the HTML entities `&`, `<`, `>`, `"`, and `'`
|
||||||
* in `string` to their corresponding characters.
|
* in `string` to their corresponding characters.
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
|
|||||||
Reference in New Issue
Block a user