grabHelper: Fix indentation
https://bugzilla.gnome.org/show_bug.cgi?id=694038
This commit is contained in:
parent
641794d458
commit
6ffe3a424c
@ -67,7 +67,7 @@ const GrabHelper = new Lang.Class({
|
||||
},
|
||||
|
||||
_isWithinGrabbedActor: function(actor) {
|
||||
let currentActor = this.currentGrab.actor;
|
||||
let currentActor = this.currentGrab.actor;
|
||||
while (actor) {
|
||||
if (this._actors.indexOf(actor) != -1)
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user