mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +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);
|
||||
height = speechBubbleLineHeight * numLines + fudge;
|
||||
width = SPEECH_BUBBLE_MAX_WIDTH;
|
||||
};
|
||||
}
|
||||
|
||||
dimensions = {
|
||||
x: width,
|
||||
|
|
Loading…
Reference in a new issue