diff options
Diffstat (limited to 'editor/editor.d.ts')
| -rw-r--r-- | editor/editor.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor.d.ts b/editor/editor.d.ts index b8064f9..ccd669e 100644 --- a/editor/editor.d.ts +++ b/editor/editor.d.ts @@ -31,7 +31,7 @@ export declare class WuiEditor { SetEditOff(): void; SetEditOn(): void; Open(node: WuiVfsNodeInterface): void; - private clearSelection; + ClearSelection(): void; private initStyle; private doJoin; private doSplit; |
