Skip to content

Commit

Permalink
Tutorials: fix multiplelinks tutorial (lodash chaining)
Browse files Browse the repository at this point in the history
  • Loading branch information
pskala authored and kumilingus committed Oct 26, 2016
1 parent aab787b commit 732dda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/js/multiple-links.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function adjustVertices(graph, cell) {
}).each(function(group, key) {
// If the member of the group has both source and target model adjust vertices.
if (key !== 'undefined') adjustVertices(graph, _.first(group));
});
}).value();

return;
}
Expand Down

0 comments on commit 732dda9

Please sign in to comment.