correct case

This commit is contained in:
DD 2018-01-19 17:19:58 -05:00
parent 34340e4ce6
commit 008abed073

View File

@ -7,7 +7,7 @@ const MIN_WIDTH = 50;
class SVGTextBubble {
constructor () {
this.svgRenderer = new SVGRenderer();
this.svgRenderer = new SvgRenderer();
this.svgTextWrapper = new SVGTextWrapper();
this._textSizeCache = {};
}