Convert remaining uses of "let me = this;" to Lang.bind

https://bugzilla.gnome.org/show_bug.cgi?id=595293
This commit is contained in:
Dan Winship
2009-09-15 13:09:51 -04:00
parent 9feda69888
commit ceefc5eea4
6 changed files with 59 additions and 105 deletions

View File

@ -416,8 +416,6 @@ function Workspace(workspaceNum, parentActor) {
Workspace.prototype = {
_init : function(workspaceNum, parentActor) {
let me = this;
this.workspaceNum = workspaceNum;
this._metaWorkspace = global.screen.get_workspace_by_index(workspaceNum);