Browse Source

errant semicolon

A. Darian 8 years ago
parent
commit
400b711b36
1 changed files with 1 additions and 1 deletions
  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 };
   }