Skip to content

Commit 30989e1

Browse files
committed
added sinte quote hex to underscore js
1 parent 597d548 commit 30989e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/web/underscore.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,8 @@
13271327
'>': '>',
13281328
'"': '"',
13291329
"'": ''',
1330-
'`': '`'
1330+
'`': '`',
1331+
"'": ''',
13311332
};
13321333
var unescapeMap = _.invert(escapeMap);
13331334

0 commit comments

Comments
 (0)