Even more tag cleanup.

This commit is contained in:
John-David Dalton
2017-01-18 23:58:17 -08:00
parent 73df84c0b4
commit ee1c64fafe
12 changed files with 12 additions and 12 deletions

View File

@@ -34,7 +34,7 @@ const reHasUnescapedHtml = RegExp(reUnescapedHtml.source);
* @category String
* @param {string} [string=''] The string to escape.
* @returns {string} Returns the escaped string.
* @see unescape, escapeRegExp
* @see escapeRegExp, unescape
* @example
*
* escape('fred, barney, & pebbles');