소스 검색

errant semicolon

A. Darian 8 년 전
부모
커밋
400b711b36
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      typings/sanitize-html/sanitize-html.d.ts

+ 1 - 1
typings/sanitize-html/sanitize-html.d.ts

@@ -43,7 +43,7 @@ declare namespace sanitize {
     allowedTags?: string[];
     exclusiveFilter?: (frame: IFrame) => boolean;
     selfClosing?: string[];
-    transformTags?: { [tagName: string]: string | Transformer; };
+    transformTags?: { [tagName: string]: string | Transformer };
   }