зеркало из https://github.com/mozilla/pjs.git
Bug 387383 - unable to specify aActionList in AddonsViewBuilder updateView. r=sspitzer
This commit is contained in:
Родитель
92bd911f4f
Коммит
e9dd163e0e
|
@ -151,8 +151,7 @@ var AddonsViewBuilder = {
|
|||
updateView: function(aRulesList, aURI, aBindingList, aActionList)
|
||||
{
|
||||
this._bindingList = aBindingList;
|
||||
if (!aActionList)
|
||||
this._actionList = aBindingList;
|
||||
this._actionList = aActionList ? aActionList : aBindingList;
|
||||
|
||||
this.clearChildren(gExtensionsView);
|
||||
var template = document.createElementNS(kXULNSURI, "template");
|
||||
|
|
Загрузка…
Ссылка в новой задаче