loginDialog: Return consistently from arrow function

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/606
This commit is contained in:
Florian Müllner 2019-02-12 11:41:06 +01:00 committed by Georges Basile Stavracas Neto
parent e10a768ddb
commit 42dabef8c7

View File

@ -1047,6 +1047,7 @@ var LoginDialog = GObject.registerClass({
return this._blockTimedLoginUntilIdle();
} else {
animationTime = delay;
return null;
}
},