summaryrefslogtreecommitdiffstats
path: root/toolkit/content/aboutUrlClassifier.js
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/content/aboutUrlClassifier.js')
-rw-r--r--toolkit/content/aboutUrlClassifier.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/content/aboutUrlClassifier.js b/toolkit/content/aboutUrlClassifier.js
index 14b34c7e89..cc88e3bf73 100644
--- a/toolkit/content/aboutUrlClassifier.js
+++ b/toolkit/content/aboutUrlClassifier.js
@@ -429,7 +429,7 @@ var Cache = {
createCacheEntries() {
function createRow(tds, body, cols) {
let tr = document.createElement("tr");
- tds.forEach(function (v, i, a) {
+ tds.forEach(function (v, i) {
let td = document.createElement("td");
if (i == 0 && tds.length != cols) {
td.setAttribute("colspan", cols - tds.length + 1);