Update github-electron.d.ts

module GithubElectron > Electron

remove duplicate backgroundColor
This commit is contained in:
Rom Grk
2016-01-23 17:44:51 -05:00
parent 3556e7e896
commit fa051132c8

View File

@@ -5,7 +5,7 @@
/// <reference path="../node/node.d.ts" />
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;
}