Skip to content

Commit baf6737

Browse files
committed
test: add DOMStylesReader stub
1 parent 10730c9 commit baf6737

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mixins/canvas-drawer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export default class CanvasDrawer extends Mixin {
2929
this.drawHighlightDecoration = drawHighlightDecoration
3030
this.drawHighlightOutlineDecoration = drawHighlightOutlineDecoration
3131
this.drawCustomDecoration = drawCustomDecoration
32+
this.DOMStylesReader = domStylesReader
3233
}
3334

3435
/**

0 commit comments

Comments
 (0)