mirror of
https://github.com/desktop/desktop
synced 2024-10-31 11:07:25 +00:00
All the single quotes
This commit is contained in:
parent
bc92a15b50
commit
ee19ff05e4
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ export default class AppWindow {
|
||||||
titleBarStyle: 'hidden',
|
titleBarStyle: 'hidden',
|
||||||
// This fixes subpixel aliasing on Windows
|
// This fixes subpixel aliasing on Windows
|
||||||
// See https://github.com/atom/atom/commit/683bef5b9d133cb194b476938c77cc07fd05b972
|
// See https://github.com/atom/atom/commit/683bef5b9d133cb194b476938c77cc07fd05b972
|
||||||
backgroundColor: "#fff"
|
backgroundColor: '#fff'
|
||||||
})
|
})
|
||||||
|
|
||||||
this.stats = stats
|
this.stats = stats
|
||||||
|
|
Loading…
Reference in a new issue