mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
popupMenu: Fix bad syntax error
This commit is contained in:
parent
4b889eac32
commit
dab8c5ea56
1 changed files with 1 additions and 1 deletions
|
|
@ -1190,7 +1190,7 @@ const PopupSubMenu = new Lang.Class({
|
|||
},
|
||||
|
||||
getSensitive: function() {
|
||||
return this._sensitive && return this.sourceActor._delegate.getSensitive();
|
||||
return this._sensitive && this.sourceActor._delegate.getSensitive();
|
||||
},
|
||||
|
||||
open: function(animate) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue