1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Fix some pointed by lint

This commit is contained in:
asmsuechan
2017-06-12 18:12:11 +09:00
parent afb13af7a1
commit 244a06eea6
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ export function decodeEntities (text) {
['lt', '<'],
['gt', '>'],
['#63', '\\?'],
['#36', '\\$'],
['#36', '\\$']
]
for (var i = 0, max = entities.length; i < max; ++i) {