mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 20:57:09 +02:00
Whitespace formatting/indentation.
This commit is contained in:
parent
6ebeb7a22e
commit
8324da2f7f
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
function createEmitTextPropertyUpdateFunction(propertyName) {
|
||||
return function() {
|
||||
var properties = {};
|
||||
properties[propertyName] = this.value;
|
||||
properties[propertyName] = this.value;
|
||||
EventBridge.emitWebEvent(
|
||||
JSON.stringify({
|
||||
type: "update",
|
||||
|
|
Loading…
Reference in a new issue