Skip to content

Commit 19ac21f

Browse files
committed
Fix missing ref
1 parent 4d32684 commit 19ac21f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ const ESC = {
88
'&': '&'
99
};
1010

11+
const EMPTY = {};
12+
1113
const HOP = Object.prototype.hasOwnProperty;
1214

1315
let encodeEntities = s => String(s).replace(/[<>"&]/g, escapeChar);

0 commit comments

Comments
 (0)