From 1d8ef64c92ff77531586daaa8631e23e9eeb15ef Mon Sep 17 00:00:00 2001 From: Brad Dunbar Date: Mon, 22 Oct 2012 11:32:25 -0400 Subject: [PATCH] Specify unescaped entities. --- index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 88aa54a65..bfea75d4d 100644 --- a/index.html +++ b/index.html @@ -1503,8 +1503,10 @@

Utility Functions

unescape_.unescape(string)
- The opposite of escape, replaces escaped - HTML entities with with their unescaped counterparts. + The opposite of escape, replaces + &, <, >, + ", ', and / + with their unescaped counterparts.

 _.escape('Curly, Larry & Moe');