Merge pull request #16583 from MazeChaZer/patch-1

@types/ckeditor: Allow all HTML elements for CKEDITOR.appendTo()
This commit is contained in:
Nathan Shively-Sanders
2017-06-01 16:20:14 -07:00
committed by GitHub

View File

@@ -77,7 +77,7 @@ declare namespace CKEDITOR {
function addCss(css: string): void;
function addTemplate(name: string, source: string): template;
function appendTo(element: string, config?: config, data?: string): editor;
function appendTo(element: HTMLTextAreaElement, config?: config, data?: string): editor;
function appendTo(element: HTMLElement, config?: config, data?: string): editor;
function domReady(): void;
function dialogCommand(dialogName: string): void;
function editorConfig(config: config): void;