From: eichsjul Date: Mon, 15 Apr 2013 12:57:07 +0000 (+0200) Subject: REFACTORING: fixed jslint violation X-Git-Tag: v1.0.0~31^2~3 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=a009b796dc144f67ef829c01026edf178e3dfc3b;hp=6b94aaea0d5ea18513d2c214715c9391344ab2fa;p=dygraphs.git REFACTORING: fixed jslint violation --- diff --git a/auto_tests/tests/connect_separated_points.js b/auto_tests/tests/connect_separated_points.js index 53c0194..4bfe09c 100644 --- a/auto_tests/tests/connect_separated_points.js +++ b/auto_tests/tests/connect_separated_points.js @@ -41,7 +41,7 @@ ConnectSeparatedPointsTestCase.prototype.testEdgePointsSimple = function() { [6,2.5,-2.5,7], [7,3,-3,null], [8,4,null,null], - [9,4,-10,null], + [9,4,-10,null] ]; var graph = document.getElementById("graph");