popupMenu: Fix bad syntax error

This commit is contained in:
Jasper St. Pierre 2013-07-15 12:57:51 -04:00
parent 4b889eac32
commit dab8c5ea56

View File

@ -1190,7 +1190,7 @@ const PopupSubMenu = new Lang.Class({
}, },
getSensitive: function() { getSensitive: function() {
return this._sensitive && return this.sourceActor._delegate.getSensitive(); return this._sensitive && this.sourceActor._delegate.getSensitive();
}, },
open: function(animate) { open: function(animate) {