Merge pull request #25730 from earshinov/ckeditor-fixes

[ckeditor] Various fixes
This commit is contained in:
Ron Buckton
2018-05-17 15:57:06 -07:00
committed by GitHub

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;