Initial goa client work
Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
@ -1301,6 +1301,10 @@ MessageTray.prototype = {
|
||||
|
||||
},
|
||||
|
||||
getBusy: function(source) {
|
||||
return this._busy;
|
||||
},
|
||||
|
||||
contains: function(source) {
|
||||
return this._getIndexOfSummaryItemForSource(source) >= 0;
|
||||
},
|
||||
|
Reference in New Issue
Block a user