Fixed typos in comments and strings

This commit is contained in:
Hongarc 2018-11-29 01:34:58 +07:00
parent 5e8d83536e
commit 694f414e22
21 changed files with 46 additions and 46 deletions

View file

@ -407,7 +407,7 @@ var VisBranch = VisBase.extend({
var textPos = this.getTextPosition();
var name = this.getName();
// when from a reload, we dont need to generate the text
// when from a reload, we don't need to generate the text
var text = paper.text(textPos.x, textPos.y, String(name));
text.attr({
'font-size': 14,