Backed out changeset b33b0cfdf138 (bug 1328798) for functional test bustages

CLOSED TREE
This commit is contained in:
Iris Hsiao 2017-01-05 13:07:20 -05:00
parent b49d2baeb1
commit 03a9b9a558
2 changed files with 1 additions and 4 deletions

View File

@ -6664,7 +6664,7 @@ var gIdentityHandler = {
return this._identityBox = document.getElementById("identity-box");
},
get _identityPopupMultiView() {
delete this._identityPopupMultiView;
delete _identityPopupMultiView;
return document.getElementById("identity-popup-multiView");
},
get _identityPopupContentHosts() {

View File

@ -66,9 +66,6 @@ module.exports = {
// Disallow the use of debugger
"no-debugger": "error",
// Disallow deleting variables
"no-delete-var": "error",
// No duplicate arguments in function declarations
"no-dupe-args": "error",