trim() is now in string.nas
This commit is contained in:
parent
43d6e707bb
commit
709e505f0a
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
foreach (var t; tut) {
|
||||
if (t.getNode("name").getValue() == name) {
|
||||
setprop("/sim/tutorials/current-description",
|
||||
screen.trim(t.getNode("description").getValue()));
|
||||
string.trim(t.getNode("description").getValue()));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue