提交 d041de91 编写于 作者: B Benjamin Pasero

remove one any use

上级 6915fcdf
......@@ -44,7 +44,7 @@ export class ElectronIntegration {
public integrate(shellContainer: HTMLElement): void {
// Register the active window
let activeWindow:any = this.instantiationService.createInstance(win.ElectronWindow, remote.getCurrentWindow(), shellContainer);
let activeWindow = this.instantiationService.createInstance(win.ElectronWindow, remote.getCurrentWindow(), shellContainer);
this.windowService.registerWindow(activeWindow);
// Support runAction event
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册