mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 16:41:02 +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) {
|
function createEmitTextPropertyUpdateFunction(propertyName) {
|
||||||
return function() {
|
return function() {
|
||||||
var properties = {};
|
var properties = {};
|
||||||
properties[propertyName] = this.value;
|
properties[propertyName] = this.value;
|
||||||
EventBridge.emitWebEvent(
|
EventBridge.emitWebEvent(
|
||||||
JSON.stringify({
|
JSON.stringify({
|
||||||
type: "update",
|
type: "update",
|
||||||
|
|
Loading…
Reference in a new issue