mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
better
This commit is contained in:
parent
f6bd04780d
commit
53a2281918
1 changed files with 1 additions and 1 deletions
|
@ -1373,7 +1373,7 @@ var PropertiesTool = function (opts) {
|
|||
data = JSON.parse(data);
|
||||
}
|
||||
catch(e) {
|
||||
print('web event was not valid json.')
|
||||
print('Edit.js received web event that was not valid json.')
|
||||
return;
|
||||
}
|
||||
var i, properties, dY, diff, newPosition;
|
||||
|
|
Loading…
Reference in a new issue