Fixed formatting

This commit is contained in:
Menithal 2017-06-13 20:20:54 +03:00
parent 020760cc97
commit 395cc55fb2

View file

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