Remove private RegExp vars

This commit is contained in:
Jeremy Hull
2014-09-11 12:33:11 -07:00
parent f2a4d8eed4
commit 40c1185fd2
-4
View File
@@ -105,10 +105,6 @@ declare module "highlight.js"
compiled: boolean;
contains?: ICompiledMode[];
keywords?: Object[];
beginRe: RegExp;
endRe?: RegExp;
lexemesRe?: RegExp;
illegalRe?: RegExp;
terminators: RegExp;
terminator_end?: string;
}