fix documentation

This commit is contained in:
adroitwhiz 2019-05-18 00:46:09 -04:00
parent fab2a52a96
commit c313f6ac89

View File

@ -122,7 +122,6 @@ class TextBubbleSkin extends Skin {
/**
* Update the array of wrapped lines and the text dimensions.
* @param {string} text - The text to wrap.
*/
_reflowLines () {
this._lines = this.textWrapper.wrapText(BubbleStyle.MAX_LINE_WIDTH, this._text);