From 32c43baafa1dc3ce7cac827eb7659712cb840558 Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Fri, 19 Nov 2010 09:46:46 -0800 Subject: [PATCH] fixed a test --- test/public/tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/public/tests.js b/test/public/tests.js index 79a83d2..292677b 100644 --- a/test/public/tests.js +++ b/test/public/tests.js @@ -1477,7 +1477,7 @@ tests['drawImage(img,0,0) globalAlpha'] = function(ctx, done){ img.src = 'state.png'; }; -tests['drawImage(img,0,0) clip'] = function(ctx){ +tests['drawImage(img,0,0) clip'] = function(ctx, done){ ctx.arc(50,50,50,0,Math.PI * 2,false); ctx.stroke(); ctx.clip();