diff --git a/ckeditor/ckeditor.d.ts b/ckeditor/ckeditor.d.ts index 242486f07..dd61e57d3 100644 --- a/ckeditor/ckeditor.d.ts +++ b/ckeditor/ckeditor.d.ts @@ -168,7 +168,7 @@ declare module CKEDITOR { // Properties type: number; - // Methods + // Methods constructor(element: string, ownerDocument?: document); constructor(element: HTMLElement, ownerDocument?: document); addClass(className: string): void; @@ -1150,4 +1150,4 @@ declare module CKEDITOR { function load(languageCode: string, defaultLanguage: string, callback: Function): void; function detect(defaultLanguage: string, probeLanguage: string): string; } -} \ No newline at end of file +}