messageTray: Fix style
We're missing a semi here
This commit is contained in:
parent
c2df5939d6
commit
acd543fe4b
@ -1620,7 +1620,7 @@ const MessageTrayMenu = new Lang.Class({
|
||||
this._clearItem = this.addAction(_("Clear Messages"), function() {
|
||||
let toDestroy = tray.getSources().filter(function(source) {
|
||||
return source.isClearable;
|
||||
})
|
||||
});
|
||||
|
||||
toDestroy.forEach(function(source) {
|
||||
source.destroy();
|
||||
|
Loading…
Reference in New Issue
Block a user