mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2025-06-11 18:43:22 +02:00
Fix lint errors on _ for files
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user