UNPKG
@joint/core
Version:
alpha (4.2.0-alpha.1)
beta (4.2.0-beta.4)
latest (4.2.2)
4.2.2
4.2.1
4.2.0
4.2.0-beta.4
4.2.0-beta.3
4.2.0-beta.2
4.2.0-beta.1
4.2.0-alpha.1
4.2.0-alpha.0
4.1.3
4.1.2
4.1.1
4.1.0
4.1.0-beta.1
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
JavaScript diagramming library
jointjs.com
clientIO/joint
@joint/core
/
src
/
routers
/
normal.mjs
7 lines
(5 loc)
•
184 B
JavaScript
View Raw
1
2
3
4
5
6
7
// 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; };