remove the warning for no-reference-in-iterator (at least temporarly)
This commit is contained in:
@@ -1220,7 +1220,7 @@ export const getElem = (supportsSelectors())
|
||||
}
|
||||
: function (id) {
|
||||
// jQuery lookup: twice as slow as xpath in FF
|
||||
return $(svgroot_).find('[id=' + id + ']')[0];
|
||||
return $(svgroot_).find(`[id=${id}]`)[0];
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user