[TinyMCE] Fix windowManager attribute name in Editor type

Since it is a property of the Editor, it should follow the standard
followed by other properties: first letter should be lowercase

Signed-off-by: Thiago Lacerda <thiagotbl@gmail.com>
This commit is contained in:
Thiago Lacerda
2017-07-14 09:33:14 -07:00
parent ac2189733c
commit 128dd3545c

View File

@@ -358,7 +358,7 @@ export class Editor extends util.Observable {
undoManager: UndoManager;
WindowManager: WindowManager;
windowManager: WindowManager;
addButton(name: string, settings: {}): void;