mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-22 20:25:49 +00:00
Fix unit test
This commit is contained in:
parent
e94eb59012
commit
14d053e9b2
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@
|
|||
}
|
||||
|
||||
var svg = canvas.toSVG(null, reviver);
|
||||
equal(reviverCount, 1);
|
||||
equal(reviverCount, len);
|
||||
canvas.renderOnAddRemove = true;
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue