PrefManager.destroy Member
Syntax
object.destroy();
Returns
Remarks
See Also
Source Code
function pm_destroy()
{
if (this.valid)
{
this.prefBranchInternal.removeObserver("", this.observer);
this.valid = false;
}
}