mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 18:42:58 +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 {
|
try {
|
||||||
listeners[i]();
|
listeners[i]();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
print("EntitySelectionTool got exception: " = JSON.stringify(e));
|
print("EntitySelectionTool got exception: " + JSON.stringify(e));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue