remove one any use

This commit is contained in:
Benjamin Pasero
2016-01-07 08:28:47 +01:00
parent 6915fcdf80
commit d041de91d0

View File

@@ -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