REFACTORING: fixed jslint violation
authoreichsjul <julian.eichstaedt@ch.sauter-bc.com>
Mon, 15 Apr 2013 12:57:07 +0000 (14:57 +0200)
committereichsjul <julian.eichstaedt@ch.sauter-bc.com>
Mon, 15 Apr 2013 12:57:07 +0000 (14:57 +0200)
auto_tests/tests/connect_separated_points.js

index 53c0194..4bfe09c 100644 (file)
@@ -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");