DateGraph = Dygraph;
// <REMOVE_FOR_COMBINED>
-Dygraph.OPTIONS_REFERENCE = {
+Dygraph.OPTIONS_REFERENCE = // <JSON>
+{
"includeZero": {
"type": "boolean",
"default": "false",
"default": "",
"description": ""
}
-};
+}
+; // </JSON>
+// NOTE: in addition to parsing as JS, this snippet is expected to be valid
+// JSON. This assumption cannot be checked in JS, but it will be checked when
+// documentation is generated by the generate-documentation.py script.
// Do a quick sanity check on the options reference.
(function() {