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();
|
||||
ExtensionSystem.init();
|
||||
|
||||
layoutManager.connect('startup-prepared',
|
||||
Lang.bind(this, function() {
|
||||
layoutManager.connect('startup-prepared', function() {
|
||||
layoutManager.startupAnimation();
|
||||
}));
|
||||
});
|
||||
}
|
||||
|
||||
let _workspaces = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user