translate all comments to English

This commit is contained in:
Zongmin Lei
2017-12-21 14:19:10 +08:00
parent 2deacabc3f
commit 32a4bece31
20 changed files with 232 additions and 278 deletions

4
typings/xss.d.ts vendored
View File

@@ -1,7 +1,7 @@
/**
* xss
*
* @author 老雷<leizongmin@gmail.com>
* @author Zongmin Lei<leizongmin@gmail.com>
*/
declare namespace XSS {
@@ -97,7 +97,7 @@ declare namespace XSS {
export interface ICSSFilter {
process(value: string): string;
}
}
declare module 'xss' {