diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-06-17 16:55:55 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-06-17 16:55:55 +0900 |
| commit | 8f84dd610c385ada33c1b2e1b1696fb5da47250c (patch) | |
| tree | 41466ee7d5e43813c1c237507acc05efbe201af1 /src | |
| parent | Merge pull request #1730 from rinsuki/fix/1729 (diff) | |
| download | sharkey-8f84dd610c385ada33c1b2e1b1696fb5da47250c.tar.gz sharkey-8f84dd610c385ada33c1b2e1b1696fb5da47250c.tar.bz2 sharkey-8f84dd610c385ada33c1b2e1b1696fb5da47250c.zip | |
Use '
Diffstat (limited to 'src')
| -rw-r--r-- | src/text/html.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text/html.ts b/src/text/html.ts index a51406ca85..b55d9b80a7 100644 --- a/src/text/html.ts +++ b/src/text/html.ts @@ -90,7 +90,7 @@ const handlers: {[key: string]: (window: any, token: any, mentionedRemoteUsers: } }; -export default (tokens, mentionedRemoteUsers: INote["mentionedRemoteUsers"] = []) => { +export default (tokens, mentionedRemoteUsers: INote['mentionedRemoteUsers'] = []) => { const { window } = new JSDOM(''); for (const token of tokens) { |