diff --git a/examples/lib/slideShow/createGraph.js b/examples/lib/slideShow/createGraph.js index c081076..418f0bb 100644 --- a/examples/lib/slideShow/createGraph.js +++ b/examples/lib/slideShow/createGraph.js @@ -53,7 +53,7 @@ // set up event display const recordsString = records.reduce((accumlator, curr) => { - const obj = { ...curr }; + const obj = Object.assign({}, curr); if (obj.data) { delete obj.data; }