mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-31 19:12:20 +08:00
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:
2
types/ckeditor/index.d.ts
vendored
2
types/ckeditor/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user