From d041de91d00037eff314b9bf31cfb884aed63e48 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Thu, 7 Jan 2016 08:28:47 +0100 Subject: [PATCH] remove one any use --- src/vs/workbench/electron-browser/integration.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/electron-browser/integration.ts b/src/vs/workbench/electron-browser/integration.ts index 5171392a500..3a1fad0d7e2 100644 --- a/src/vs/workbench/electron-browser/integration.ts +++ b/src/vs/workbench/electron-browser/integration.ts @@ -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