main: drop superfluous Lang.bind(this, ...)
Jasper noticed this and I forgot to clean it up before pushing, then I just noticed it again when doing some other patches https://bugzilla.gnome.org/show_bug.cgi?id=694326
This commit is contained in:
parent
9e31f05861
commit
3368e49aa7
@ -199,10 +199,9 @@ function startSession() {
|
|||||||
ExtensionDownloader.init();
|
ExtensionDownloader.init();
|
||||||
ExtensionSystem.init();
|
ExtensionSystem.init();
|
||||||
|
|
||||||
layoutManager.connect('startup-prepared',
|
layoutManager.connect('startup-prepared', function() {
|
||||||
Lang.bind(this, function() {
|
|
||||||
layoutManager.startupAnimation();
|
layoutManager.startupAnimation();
|
||||||
}));
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
let _workspaces = [];
|
let _workspaces = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user