X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fconnect-separated.html;h=e7e562bcd94fb2bf2c435b3b2e4b14224883a15c;hb=e03f3a93d45459a9748050d1d38149494975b3d9;hp=a5e708fde0eb66e6887d6938ea7f33ca8a378343;hpb=b85358e2c7dc73ec1179feb17b9060e132fcdbec;p=dygraphs.git diff --git a/tests/connect-separated.html b/tests/connect-separated.html index a5e708f..e7e562b 100644 --- a/tests/connect-separated.html +++ b/tests/connect-separated.html @@ -51,7 +51,7 @@ var nextVal = values[nextIdx]; el.textContent = textSequences[nextIdx]; - if (el.id == "All") { + if (el.id == "All") { g.updateOptions({ connectSeparatedPoints : nextVal }); } else { var seriesOpt = {};