зеркало из https://github.com/mozilla/pjs.git
Bug 371807: reusing permissions dialog shouldn't keep adding observers, r=mano
This commit is contained in:
Родитель
12cd65ec22
Коммит
a5c7be8bd2
|
@ -170,6 +170,11 @@ var gPermissionManager = {
|
|||
|
||||
init: function (aParams)
|
||||
{
|
||||
if (this._type) {
|
||||
// reusing an open dialog, clear the old observer
|
||||
this.uninit();
|
||||
}
|
||||
|
||||
this._type = aParams.permissionType;
|
||||
|
||||
var permissionsText = document.getElementById("permissionsText");
|
||||
|
|
Загрузка…
Ссылка в новой задаче