Fix return type of CKEDITOR.dom.element.getBogus

Dcoumentation link:
https://docs.ckeditor.com/ckeditor4/latest/api/CKEDITOR_dom_element.html#method-getBogus
This commit is contained in:
Eugene Arshinov
2018-05-12 18:55:15 +03:00
parent a68f617d89
commit cef224b43f

View File

@@ -224,7 +224,7 @@ declare namespace CKEDITOR {
focusPrevious(ignoreChildren?: boolean, indexToUse?: number): void;
forEach(callback: (node: node) => void, type?: number, skipRoot?: boolean): void;
getAttribute(name: string): string;
getBogus(): Object;
getBogus(): node|false;
getChild(indices: number): node;
getChild(indices: number[]): node;
getChildCount(): number;