From e66d7babc5ae477d7a60628e5599f9c390426c81 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 18 Jun 2018 14:28:43 +0900 Subject: yatta --- src/text/html.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/text/html.ts') diff --git a/src/text/html.ts b/src/text/html.ts index 41adb2e7f7..64208af88b 100644 --- a/src/text/html.ts +++ b/src/text/html.ts @@ -4,7 +4,7 @@ import config from '../config'; import { INote } from '../models/note'; import { TextElement } from './parse'; -const handlers: {[key: string]: (window: any, token: any, mentionedRemoteUsers: INote["mentionedRemoteUsers"]) => void} = { +const handlers: { [key: string]: (window: any, token: any, mentionedRemoteUsers: INote['mentionedRemoteUsers']) => void } = { bold({ document }, { bold }) { const b = document.createElement('b'); b.textContent = bold; -- cgit v1.2.3-freya