From 38f280e5004391d7baf23f355f62799da03b0598 Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Thu, 22 Nov 2012 12:03:34 -0500 Subject: [PATCH] Whoops, missing commas. --- dygraph-options-reference.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js index 9f9b532..32c91e8 100644 --- a/dygraph-options-reference.js +++ b/dygraph-options-reference.js @@ -763,7 +763,7 @@ Dygraph.OPTIONS_REFERENCE = // "series": { "default": "null", "labels": ["Series"], - "type": "Object" + "type": "Object", "description": "Defines per-series options. Its keys match the y-axis label names, and the values are dictionaries themselves that contain options specific to that series. When this option is missing, it falls back on the old-style of per-series options comingled with global options." } } -- 2.7.4