From 375adb8f6d9f71808efb237246f732d10038eedc Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Mon, 13 Aug 2012 17:42:28 -0400 Subject: [PATCH] stupid trailing commas --- tests/dygraph-many-points-benchmark.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dygraph-many-points-benchmark.html b/tests/dygraph-many-points-benchmark.html index 09c89a6..17dadcd 100644 --- a/tests/dygraph-many-points-benchmark.html +++ b/tests/dygraph-many-points-benchmark.html @@ -155,7 +155,7 @@ series: 1, rollPeriod: 1, repetitions: 1, - type: 'sine', + type: 'sine' }; // Parse the URL for parameters. Use it to override the values hash. -- 2.7.4