зеркало из https://github.com/mozilla/pjs.git
Bustage fix for bug 619730. a=bustage
This commit is contained in:
Родитель
61ae8530e1
Коммит
dd1e2be45c
|
@ -644,12 +644,12 @@ Blocklist.prototype = {
|
|||
continue;
|
||||
switch (element.localName) {
|
||||
case "emItems":
|
||||
this._processItemNodes(element.childNodes, "em",
|
||||
this._handleEmItemNode);
|
||||
this._addonEntries = this._processItemNodes(element.childNodes, "em",
|
||||
this._handleEmItemNode);
|
||||
break;
|
||||
case "pluginItems":
|
||||
this._processItemNodes(element.childNodes, "plugin",
|
||||
this._handleEmItemNode);
|
||||
this._pluginEntries = this._processItemNodes(element.childNodes, "plugin",
|
||||
this._handlePluginItemNode);
|
||||
break;
|
||||
default:
|
||||
Services.obs.notifyObservers(element,
|
||||
|
|
Загрузка…
Ссылка в новой задаче