UNPKG

jointjs

Version:

JavaScript diagramming library

7 lines (5 loc) 184 B
// Does not make any changes to vertices. // Returns the arguments that are passed to it, unchanged. export const normal = function(vertices, opt, linkView) { return vertices; };