Initial goa client work

Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
David Zeuthen
2011-05-16 17:07:42 -04:00
parent 4bfc3bafcb
commit a355398b0f
6 changed files with 524 additions and 7 deletions

View File

@ -1301,6 +1301,10 @@ MessageTray.prototype = {
},
getBusy: function(source) {
return this._busy;
},
contains: function(source) {
return this._getIndexOfSummaryItemForSource(source) >= 0;
},