mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Typo was making edit.js fail and impossible to debug.
This commit is contained in:
parent
37eb455e38
commit
abc99267af
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ SelectionManager = (function() {
|
|||
try {
|
||||
listeners[i]();
|
||||
} catch (e) {
|
||||
print("EntitySelectionTool got exception: " = JSON.stringify(e));
|
||||
print("EntitySelectionTool got exception: " + JSON.stringify(e));
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue