tests/test-hgweb-commands.t
changeset 35160 69a865dc2ada
parent 35148 d2eff9d4db3f
child 35201 ec71518acd4a
--- a/tests/test-hgweb-commands.t	Wed Nov 22 21:32:18 2017 +0800
+++ b/tests/test-hgweb-commands.t	Wed Nov 22 21:49:36 2017 +0800
@@ -1792,7 +1792,7 @@
   var graph = new Graph();
   graph.scale(39);
   
-  graph.vertex = function(x, y, color, parity, cur) {
+  graph.vertex = function(x, y, radius, color, parity, cur) {
   	
   	this.ctx.beginPath();
   	color = this.setColor(color, 0.25, 0.75);