Skip to content

Commit b9d09f7

Browse files
committed
add missing let
1 parent d7d2303 commit b9d09f7

File tree

2 files changed

+505
-1
lines changed

2 files changed

+505
-1
lines changed

examples/allemande-styled-nolines-noscore.svg

Lines changed: 504 additions & 0 deletions
Loading

model/src/ProtoVoices/RenderSVG.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ export const drawGraph = (graph) => (totalWidth) => (scale) => (showScore) => {
493493
// draw connections
494494

495495
// prepare edge style dictionary
496-
edgeStyles = new Map();
496+
let edgeStyles = new Map();
497497
graph.styles.edgeStyles.forEach(function(es) {
498498
edgeStyles.set(JSON.stringify(es.edge), es.style);
499499
});

0 commit comments

Comments
 (0)