mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-19 08:31:17 +08:00
Merge pull request #18075 from thiagolacerda/master
[TinyMCE] Fix windowManager attribute name in Editor type
This commit is contained in:
2
types/tinymce/index.d.ts
vendored
2
types/tinymce/index.d.ts
vendored
@@ -358,7 +358,7 @@ export class Editor extends util.Observable {
|
||||
|
||||
undoManager: UndoManager;
|
||||
|
||||
WindowManager: WindowManager;
|
||||
windowManager: WindowManager;
|
||||
|
||||
addButton(name: string, settings: {}): void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user