mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Added 3 parameters to config interface.
This commit is contained in:
Vendored
+2
-2
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user