mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-28 05:54:34 +02:00
Fixed typos in comments and strings
This commit is contained in:
parent
5e8d83536e
commit
694f414e22
21 changed files with 46 additions and 46 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue