mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-26 07:55:08 +02:00
Fixed formatting
This commit is contained in:
parent
020760cc97
commit
395cc55fb2
1 changed files with 48 additions and 49 deletions
|
@ -283,7 +283,6 @@ HifiEntityUI.prototype = {
|
||||||
animationWrapper.className = "section-wrap";
|
animationWrapper.className = "section-wrap";
|
||||||
|
|
||||||
for (var property in properties) {
|
for (var property in properties) {
|
||||||
console.log(properties, properties.hasOwnProperty(property));
|
|
||||||
if (properties.hasOwnProperty(property)) {
|
if (properties.hasOwnProperty(property)) {
|
||||||
var builtRow = self.addElement(animationWrapper, properties[property]);
|
var builtRow = self.addElement(animationWrapper, properties[property]);
|
||||||
var id = properties[property].id;
|
var id = properties[property].id;
|
||||||
|
|
Loading…
Reference in a new issue