mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-06 16:20:26 +08:00
Merge pull request #7862 from RonanDrouglazet/patch-1
CKEDITOR.inline arguments
This commit is contained in:
Vendored
+2
-2
@@ -80,7 +80,7 @@ declare module CKEDITOR {
|
||||
function getTemplate(name: string): template;
|
||||
function getUrl(resource: string): string;
|
||||
function inline(element: string, instanceConfig?: config): editor;
|
||||
function inline(element: HTMLTextAreaElement, instanceConfig?: config): editor;
|
||||
function inline(element: HTMLElement, instanceConfig?: config): editor;
|
||||
function inlineAll(): void;
|
||||
function loadFullCore(): void;
|
||||
function replace(element: string, config?: config): editor;
|
||||
@@ -1147,4 +1147,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