mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 21:15:07 +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";
|
||||
|
||||
for (var property in properties) {
|
||||
console.log(properties, properties.hasOwnProperty(property));
|
||||
if (properties.hasOwnProperty(property)) {
|
||||
var builtRow = self.addElement(animationWrapper, properties[property]);
|
||||
var id = properties[property].id;
|
||||
|
|
Loading…
Reference in a new issue