does linting

This commit is contained in:
gellert 2016-07-31 12:19:56 +02:00
parent 0a349ef16c
commit 5525ac36b8
11 changed files with 126 additions and 128 deletions

View file

@ -73,7 +73,7 @@ Window::Window(v8::Isolate* isolate, const mate::Dictionary& options) {
// Use options.webPreferences to create WebContents.
mate::Dictionary web_preferences = mate::Dictionary::CreateEmpty(isolate);
options.Get(options::kWebPreferences, &web_preferences);
// Copy the backgroundColor to webContents.
v8::Local<v8::Value> value;
if (options.Get(options::kBackgroundColor, &value))