From 3fdc648dc13abe928aa28ffded5286ddcc037e70 Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Fri, 24 Feb 2012 09:32:49 -0500 Subject: [PATCH] Remove comma, incompatible with IE. --- tests/custom-circles.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 - }, + } } ); - \ No newline at end of file + -- 2.7.4