From: Robert Konigsberg <konigsberg@google.com>
Date: Thu, 22 Nov 2012 17:03:34 +0000 (-0500)
Subject: Whoops, missing commas.
X-Git-Tag: v1.0.0~157^2~13
X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=38f280e5004391d7baf23f355f62799da03b0598;p=dygraphs.git

Whoops, missing commas.
---

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 =  // <JSON>
   "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."
   }
 }