🚨 Remove linter warning unused variable

This commit is contained in:
Kiliman
2019-07-24 09:45:40 -04:00
committed by unknown
parent 5538ffe2b5
commit 86b1d66f15
+1 -1
View File
@@ -114,7 +114,7 @@ const finalizeGsubTables = () => {
let newIndex = xpath.select('count(Lookup)', lookupListDom, true);
// append added lookups
Object.entries(substLookupMap).forEach(([key, lookup]) => {
Object.entries(substLookupMap).forEach(([, lookup]) => {
// fixup existing lookups with new index
const oldIndex = lookup.getAttribute('index');
const substLookups = xpath.select(