Skip to content

Commit d1231c9

Browse files
author
Greg Guthe
committed
remove unused namedJson internal
1 parent cf70d6d commit d1231c9

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

lib/escape.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -134,20 +134,6 @@ internals.namedHtml = {
134134
'174': '®'
135135
};
136136

137-
internals.namedJson = {
138-
'34': '\"',
139-
'38': '\\u0026', // &
140-
'40': '(',
141-
'41': ')',
142-
'47': '/',
143-
'60': '\\u003c', // <
144-
'62': '\\u003e', // >
145-
'92': '\\', // \
146-
'123': '{',
147-
'125': '}',
148-
'8232': '\\u2028',
149-
'8233': '\\u2029'
150-
};
151137

152138
internals.safeCharCodes = (function () {
153139

0 commit comments

Comments
 (0)