From: Robert Konigsberg Date: Thu, 22 Nov 2012 17:07:52 +0000 (-0500) Subject: Fix syntactically broken per_series.js X-Git-Tag: v1.0.0~157^2~10 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=5bd8dcae4411250991e8b1315222dda1dec370f8;hp=56bccd4d05fd54ffb85f87a4f608c02b50a6d1d5;p=dygraphs.git Fix syntactically broken per_series.js --- 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";