Skip to content

Commit 3492541

Browse files
authored
Merge pull request #793 from chearon/fix-linedash-tests
fix lineDash browser tests never finishing
2 parents 60862da + 76eb4d9 commit 3492541

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/public/tests.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1925,7 +1925,7 @@ tests['putImageData() png data 3'] = function(ctx, done){
19251925
img.src = 'state.png';
19261926
};
19271927

1928-
tests['setLineDash'] = function(ctx, done){
1928+
tests['setLineDash'] = function(ctx){
19291929
ctx.setLineDash([10, 5, 25, 15]);
19301930
ctx.lineWidth = 17;
19311931

@@ -1956,7 +1956,7 @@ tests['setLineDash'] = function(ctx, done){
19561956
})(), "orange");
19571957
};
19581958

1959-
tests['lineDashOffset'] = function(ctx, done){
1959+
tests['lineDashOffset'] = function(ctx){
19601960
ctx.setLineDash([10, 5, 25, 15]);
19611961
ctx.lineWidth = 4;
19621962

0 commit comments

Comments
 (0)