Bug 921265 - Send "HomeBanner:Data" message when first message is added. r=wesj

This commit is contained in:
Margaret Leibovic 2013-09-26 16:53:09 -07:00
parent bca52b1804
commit 72c72b0928

View File

@ -101,6 +101,10 @@ let HomeBanner = {
if (Object.keys(this._messages).length == 1) {
Services.obs.addObserver(this, "HomeBanner:Get", false);
Services.obs.addObserver(this, "HomeBanner:Click", false);
// Send a message to Java, in case there's an active HomeBanner
// waiting for a response.
this._handleGet();
}
return message.id;