Skip to content
Snippets Groups Projects
Commit ebe0155f authored by Christoph Dornieden's avatar Christoph Dornieden
Browse files

added semicolon, commit needed for pull

parent 68815626
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ export default Ember.Service.extend({ ...@@ -29,7 +29,7 @@ export default Ember.Service.extend({
nodes.forEach(instance => { nodes.forEach(instance => {
const data = instance.toJSON({includeId: true}); const data = instance.toJSON({includeId: true});
data.label = data.name; data.label = data.name;
data.parent = data.nodeGroupId data.parent = data.nodeGroupId;
network.nodes.push({ network.nodes.push({
data: data data: data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment