Skip to content

Commit

Permalink
remove unused namedJson internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Guthe committed Apr 10, 2017
1 parent cf70d6d commit d1231c9
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions lib/escape.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,20 +134,6 @@ internals.namedHtml = {
'174': '®'
};

internals.namedJson = {
'34': '\"',
'38': '\\u0026', // &
'40': '(',
'41': ')',
'47': '/',
'60': '\\u003c', // <
'62': '\\u003e', // >
'92': '\\', // \
'123': '{',
'125': '}',
'8232': '\\u2028',
'8233': '\\u2029'
};

internals.safeCharCodes = (function () {

Expand Down

0 comments on commit d1231c9

Please sign in to comment.