[gnome-shell/wip/jimmac/dash-icon-spacing: 5/72] background: Trivial style cleanup
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/jimmac/dash-icon-spacing: 5/72] background: Trivial style cleanup
- Date: Tue, 2 Feb 2021 11:58:17 +0000 (UTC)
commit 1a17cb9c63fe7c13e817b0221bed0a4ccab8c267
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Tue Jun 9 18:18:00 2020 -0300
background: Trivial style cleanup
js/ui/background.js | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/js/ui/background.js b/js/ui/background.js
index ca34451608..08e8036214 100644
--- a/js/ui/background.js
+++ b/js/ui/background.js
@@ -655,12 +655,14 @@ class Animation extends GnomeDesktop.BGSlideShow {
var BackgroundManager = class BackgroundManager {
constructor(params) {
- params = Params.parse(params, { container: null,
- layoutManager: Main.layoutManager,
- monitorIndex: null,
- vignette: false,
- controlPosition: true,
- settingsSchema: BACKGROUND_SCHEMA });
+ params = Params.parse(params, {
+ container: null,
+ layoutManager: Main.layoutManager,
+ monitorIndex: null,
+ vignette: false,
+ controlPosition: true,
+ settingsSchema: BACKGROUND_SCHEMA,
+ });
let cache = getBackgroundCache();
this._settingsSchema = params.settingsSchema;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]