diff --git a/github-electron/github-electron.d.ts b/github-electron/github-electron.d.ts index 45160fb02..899df7a9f 100644 --- a/github-electron/github-electron.d.ts +++ b/github-electron/github-electron.d.ts @@ -5,7 +5,7 @@ /// -declare module GithubElectron { +declare module Electron { /** * This class is used to represent an image. */ @@ -527,7 +527,6 @@ declare module GithubElectron { transparent?: boolean; type?: string; titleBarStyle?: string; - backgroundColor?: string; webPreferences?: WebPreferences; }