Fix lint errors on _ for files

This commit is contained in:
Paulo Gustavo Veiga
2021-10-04 17:17:02 -07:00
parent 9457ca6047
commit 7e2ef09295
13 changed files with 118 additions and 118 deletions

View File

@ -40,7 +40,7 @@
var text = new web2d.Text();
overflowWorkspace.append(text);
var scale = web2d.TransformUtils.workoutScale(text._peer);
var scale = web2d.TransformUtils.workoutScale(text.peer);
text.setText(textval + " " + scale.height);
text.setFont(font, fontSizeval, style, modifier);
text.setPosition(0, 0);