cleanup, comments

This commit is contained in:
James B. Pollack 2015-09-26 12:47:22 -07:00
parent 22515a9375
commit 5013e98b6c
2 changed files with 1 additions and 2 deletions

View file

@ -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.

View file

@ -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 = {}