mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Backed out changeset b33b0cfdf138 (bug 1328798) for functional test bustages
CLOSED TREE
This commit is contained in:
parent
b49d2baeb1
commit
03a9b9a558
@ -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() {
|
||||
|
@ -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",
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user