Skip to content

Commit

Permalink
break long line
Browse files Browse the repository at this point in the history
  • Loading branch information
ElDeveloper committed Sep 12, 2019
1 parent 40a450f commit b773d6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion emperor/support_files/js/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,8 @@ DecompositionView.prototype.setCategory = function(attributes,
setPlottableAttributes(scope, value, plottables);
}

dataView.push({id: i, category: key, value: value, plottables: plottables});
dataView.push({id: i, category: key, value: value,
plottables: plottables});
i = i + 1;
});
this.needsUpdate = true;
Expand Down

0 comments on commit b773d6e

Please sign in to comment.