stupid trailing commas
authorDan Vanderkam <danvk@google.com>
Mon, 13 Aug 2012 21:42:28 +0000 (17:42 -0400)
committerDan Vanderkam <danvk@google.com>
Mon, 13 Aug 2012 21:42:28 +0000 (17:42 -0400)
tests/dygraph-many-points-benchmark.html

index 09c89a6..17dadcd 100644 (file)
         series: 1,
         rollPeriod: 1,
         repetitions: 1,
-        type: 'sine',
+        type: 'sine'
       };
 
       // Parse the URL for parameters. Use it to override the values hash.