Change ICompiledMode keyword to Object

This commit is contained in:
Jeremy Hull
2014-09-11 12:34:36 -07:00
parent 40c1185fd2
commit 86e0dfb68f

View File

@@ -104,7 +104,7 @@ declare module "highlight.js"
{
compiled: boolean;
contains?: ICompiledMode[];
keywords?: Object[];
keywords?: Object;
terminators: RegExp;
terminator_end?: string;
}