Backed out changeset 0f9626b48a66 (bug 1553451) for linting failures. CLOSED TREE
This commit is contained in:
@@ -270,7 +270,6 @@ function isContentScheme(location, i = 0) {
|
||||
}
|
||||
}
|
||||
|
||||
/* eslint-disable complexity */
|
||||
function isChromeScheme(location, i = 0) {
|
||||
const firstChar = location.charCodeAt(i);
|
||||
|
||||
@@ -316,7 +315,6 @@ function isChromeScheme(location, i = 0) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
/* eslint-enable complexity */
|
||||
|
||||
function isWASM(location, i = 0) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user