popupMenu: Fix bad syntax error
This commit is contained in:
parent
4b889eac32
commit
dab8c5ea56
@ -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…
Reference in New Issue
Block a user