mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +02:00
fix coding standard issue
This commit is contained in:
parent
bb10d8a7d5
commit
39f2241eac
1 changed files with 1 additions and 1 deletions
|
@ -1275,7 +1275,7 @@ PropertiesTool = function(opts) {
|
|||
webView.eventBridge.emitScriptEvent(JSON.stringify(data));
|
||||
});
|
||||
|
||||
webView.eventBridge.webEventReceived.connect(function (data) {
|
||||
webView.eventBridge.webEventReceived.connect(function(data) {
|
||||
data = JSON.parse(data);
|
||||
if (data.type == "print") {
|
||||
if (data.message) {
|
||||
|
|
Loading…
Reference in a new issue