whitespace removal

This commit is contained in:
zino
2021-08-04 19:24:09 +02:00
parent a180d3bb82
commit e707d378cc

View File

@@ -18,8 +18,6 @@ export function convertLegendToDropdown(inID: string): void {
}
export function generateLegend(inNode: string): I.JSCLegend {
return <I.JSCLegend>{
node: jQuery(inNode),
items: createLegendItems()