mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
grabHelper: Fix indentation
https://bugzilla.gnome.org/show_bug.cgi?id=694038
This commit is contained in:
parent
641794d458
commit
6ffe3a424c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue