Skip to content

Commit

Permalink
typed var
Browse files Browse the repository at this point in the history
  • Loading branch information
chgibb committed Nov 10, 2017
1 parent 5602117 commit e3b2073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/req/main/winMgr.ts
Expand Up @@ -188,7 +188,7 @@ export function createWithDefault(
) : Electron.BrowserWindow
{

let windowOptions = dataMgr.getKey(refName,"windowOptions");
let windowOptions : Electron.BrowserWindowConstructorOptions = dataMgr.getKey(refName,"windowOptions");
if(!windowOptions)
{
let display = electron.screen.getPrimaryDisplay();
Expand Down

0 comments on commit e3b2073

Please sign in to comment.