mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:08:00 +02:00
remove semi-colon
This commit is contained in:
parent
256853f79b
commit
ed9ea17917
1 changed files with 1 additions and 1 deletions
|
@ -654,7 +654,7 @@
|
||||||
var numLines = Math.ceil(width);
|
var numLines = Math.ceil(width);
|
||||||
height = speechBubbleLineHeight * numLines + fudge;
|
height = speechBubbleLineHeight * numLines + fudge;
|
||||||
width = SPEECH_BUBBLE_MAX_WIDTH;
|
width = SPEECH_BUBBLE_MAX_WIDTH;
|
||||||
};
|
}
|
||||||
|
|
||||||
dimensions = {
|
dimensions = {
|
||||||
x: width,
|
x: width,
|
||||||
|
|
Loading…
Reference in a new issue