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

@ -81,8 +81,6 @@ function Overview() {
Overview.prototype = {
_init : function() {
let me = this;
this._group = new Clutter.Group();
this._group._delegate = this;