Browse Source

Fixed test typo

v1.x
Tj Holowaychuk 14 years ago
parent
commit
7a88f8c122
  1. 1
      test/public/tests.js

1
test/public/tests.js

@ -206,7 +206,6 @@ tests['lineJoin'] = function(ctx){
}; };
tests['states'] = function(ctx){ tests['states'] = function(ctx){
ctx.arc(5,5,-1)
ctx.save(); ctx.save();
ctx.rect(50, 50, 100, 100); ctx.rect(50, 50, 100, 100);
ctx.stroke(); ctx.stroke();

Loading…
Cancel
Save