[gnome-shell] background: fix indentation
- From: Michael Biebl <mbiebl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] background: fix indentation
- Date: Mon, 7 Sep 2015 04:50:50 +0000 (UTC)
commit 785c90f4b85478b690de71c4448f640a27425c41
Author: Michael Biebl <biebl debian org>
Date: Mon Sep 7 06:49:55 2015 +0200
background: fix indentation
js/ui/background.js | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/js/ui/background.js b/js/ui/background.js
index 5acff9f..a463452 100644
--- a/js/ui/background.js
+++ b/js/ui/background.js
@@ -403,17 +403,17 @@ const Background = new Lang.Class({
_loadAnimation: function(file) {
this._cache.getAnimation({ file: file,
- onLoaded: Lang.bind(this, function(animation) {
- this._animation = animation;
+ onLoaded: Lang.bind(this, function(animation) {
+ this._animation = animation;
- if (!this._animation || this._cancellable.is_cancelled()) {
- this._setLoaded();
- return;
- }
+ if (!this._animation || this._cancellable.is_cancelled()) {
+ this._setLoaded();
+ return;
+ }
- this._updateAnimation();
- this._watchFile(file);
- })
+ this._updateAnimation();
+ this._watchFile(file);
+ })
});
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]