From a009b796dc144f67ef829c01026edf178e3dfc3b Mon Sep 17 00:00:00 2001
From: eichsjul <julian.eichstaedt@ch.sauter-bc.com>
Date: Mon, 15 Apr 2013 14:57:07 +0200
Subject: [PATCH] REFACTORING: fixed jslint violation

---
 auto_tests/tests/connect_separated_points.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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");
-- 
2.7.4