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:
Ray Strode 2013-03-04 11:34:17 -05:00
parent 9e31f05861
commit 3368e49aa7

View File

@ -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 = [];