From 5bd8dcae4411250991e8b1315222dda1dec370f8 Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Thu, 22 Nov 2012 12:07:52 -0500 Subject: [PATCH] Fix syntactically broken per_series.js --- auto_tests/tests/per_series.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auto_tests/tests/per_series.js b/auto_tests/tests/per_series.js index 8f647cc..63fa8c2 100644 --- a/auto_tests/tests/per_series.js +++ b/auto_tests/tests/per_series.js @@ -3,7 +3,7 @@ * * @author danvk@google.com (Dan Vanderkam) */ -var Tests for per-series options. +var perSeriesTestCase = TestCase("per-series"); perSeriesTestCase.prototype.setUp = function() { document.body.innerHTML = "
"; @@ -50,7 +50,7 @@ perSeriesTestCase.prototype.testPerSeriesFill = function() { perSeriesTestCase.prototype.testOldStyleSeries = function() { var opts = { - pointSize : 5 + pointSize : 5, Y: { pointSize : 4 }, }; var data = "X,Y,Z\n1,0,0\n"; -- 2.7.4