mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Remove todo
This commit is contained in:
@@ -20,7 +20,6 @@ import * as winptyCompat from '../build/addons/winptyCompat/winptyCompat';
|
||||
import { Terminal as TerminalType } from 'xterm';
|
||||
|
||||
export interface IWindowWithTerminal extends Window {
|
||||
// TODO: Type me
|
||||
term: TerminalType;
|
||||
}
|
||||
declare let window: IWindowWithTerminal;
|
||||
|
||||
Reference in New Issue
Block a user