Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Update Graph.js
Browse files Browse the repository at this point in the history
Error remove "," line 31
  • Loading branch information
treussart authored Jul 26, 2016
1 parent 9d7af77 commit 70633df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Vizu.Graph.prototype = (function () {
group = getGroup(n, this.options),
node;
if (0 === n.dist) {
this.rootId = this.options.data.properties.id ? n[this.options.data.properties.id] : i,
this.rootId = this.options.data.properties.id ? n[this.options.data.properties.id] : i
}
node = {
// we use the count of the loop as an id if the id property setting is false
Expand Down

0 comments on commit 70633df

Please sign in to comment.