Bug 949174/964375/952311 - Send HomePanels:Install when autoInstall option is set (r=margaret)

This commit is contained in:
Lucas Rocha 2014-02-05 14:14:51 +00:00
parent f05db88449
commit e84f5313a8

View File

@ -215,6 +215,13 @@ let HomePanels = {
}
this._panels[panel.id] = panel;
if (options.autoInstall) {
sendMessageToJava({
type: "HomePanels:Install",
panel: this._panelToJSON(panel)
});
}
},
remove: function(id) {