From fa051132c8617f6d670c22917ad5d14204768058 Mon Sep 17 00:00:00 2001 From: Rom Grk Date: Sat, 23 Jan 2016 17:44:51 -0500 Subject: [PATCH] Update github-electron.d.ts module GithubElectron > Electron remove duplicate backgroundColor --- github-electron/github-electron.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; }