From: adam-p Date: Fri, 8 Oct 2010 02:01:14 +0000 (-0400) Subject: Fixed trailing comma that broke IE X-Git-Tag: v1.0.0~637 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;ds=sidebyside;h=31b1e39414bfe9d5c7f8e0373d8e772ca3fd7693;p=dygraphs.git Fixed trailing comma that broke IE --- diff --git a/tests/connect-separated.html b/tests/connect-separated.html index 31ebc24..24b87a8 100644 --- a/tests/connect-separated.html +++ b/tests/connect-separated.html @@ -28,7 +28,7 @@ ], { connectSeparatedPoints: true, - labels: ["Date","Series1","Series2","Series3"], + labels: ["Date","Series1","Series2","Series3"] });