From: Robert Konigsberg <konigsberg@google.com>
Date: Fri, 24 Feb 2012 14:32:49 +0000 (-0500)
Subject: Remove comma, incompatible with IE.
X-Git-Tag: v1.0.0~323^2
X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=3fdc648dc13abe928aa28ffded5286ddcc037e70;p=dygraphs.git

Remove comma, incompatible with IE.
---

diff --git a/tests/custom-circles.html b/tests/custom-circles.html
index c2f1ab2..7a30ea2 100644
--- a/tests/custom-circles.html
+++ b/tests/custom-circles.html
@@ -120,9 +120,9 @@
             'custom' : {
               drawPointCallback : frown,
               drawHighlightPointCallback : smile
-            },
+            }
           }
       );
     </script>
 </body>
-</html>
\ No newline at end of file
+</html>