remove semi-colon

This commit is contained in:
Liv Erickson 2017-07-31 08:02:18 -07:00 committed by GitHub
parent 256853f79b
commit ed9ea17917

View file

@ -654,7 +654,7 @@
var numLines = Math.ceil(width);
height = speechBubbleLineHeight * numLines + fudge;
width = SPEECH_BUBBLE_MAX_WIDTH;
};
}
dimensions = {
x: width,