mirror of
https://github.com/overte-org/overte.git
synced 2025-08-15 16:36:22 +02:00
cleanup, comments
This commit is contained in:
parent
22515a9375
commit
5013e98b6c
2 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
// Created by James B. Pollack @imgntnon 9/26/2015
|
||||
// Copyright 2014 High Fidelity, Inc.
|
||||
//
|
||||
// Web app side of the App - contains GUI.
|
||||
// Loads dat.gui, underscore, and the app
|
||||
// Quickly edit the aesthetics of a particle system. This is an example of a new, easy way to do two way bindings between dynamically created GUI and in-world entities.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
|
|
|
@ -154,7 +154,6 @@ function writeDataToInterface(property, value, shouldGroup) {
|
|||
|
||||
if (shouldGroup) {
|
||||
var separated = property.split("_");
|
||||
console.log(separated)
|
||||
group = separated[0];
|
||||
groupProperty = separated[1];
|
||||
var groupProperties = {}
|
||||
|
|
Loading…
Reference in a new issue