From 0c5329ae1031df6698069c6de5ae4a1945ae0e7e Mon Sep 17 00:00:00 2001 From: Gordon Woodhull Date: Fri, 3 Apr 2015 17:11:04 -0400 Subject: [PATCH] fix typo for #735 --- spec/line-chart-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/line-chart-spec.js b/spec/line-chart-spec.js index a9195716d..d8fc5fa62 100644 --- a/spec/line-chart-spec.js +++ b/spec/line-chart-spec.js @@ -129,7 +129,7 @@ describe('dc.lineChart', function() { chart.brushOn(false).xyTipsOn(false).render(); }); it('should not generate per data points', function () { - expect(chart.selectAll('circle.dot').size())toBe(0); + expect(chart.selectAll('circle.dot').size()).toBe(0); }); it('should not generate x and y refs', function () { expect(chart.selectAll('path.xRef').size()).toBe(0);