Skip to content

Commit 76ea4e6

Browse files
author
hikki
committed
v3.7
1 parent b2e6f60 commit 76ea4e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -713,10 +713,10 @@
713713
]
714714
}
715715
];
716-
let cascadeData2 = JSON.parse(JSON.stringify(cascadeData));
716+
let cascadeData_copy = JSON.parse(JSON.stringify(cascadeData));
717717

718718
new ComponentCascadeDot('test4', cascadeData, [1102, 542]);
719719

720-
new ComponentCascadeLine('test5', cascadeData2,'http://url...');
720+
new ComponentCascadeLine('test5', cascadeData_copy,'http://url...');
721721
</script>
722722
</html>

0 commit comments

Comments
 (0)