forked from HEL/circuiteria
fixed typo in default param value
This commit is contained in:
@ -52,13 +52,13 @@
|
||||
h: none,
|
||||
name: none,
|
||||
name-anchor: "center",
|
||||
ports: (),
|
||||
ports-margins: (),
|
||||
ports: (:),
|
||||
ports-margins: (:),
|
||||
fill: none,
|
||||
stroke: black + 1pt,
|
||||
id: "",
|
||||
auto-ports: true,
|
||||
ports-y: (),
|
||||
ports-y: (:),
|
||||
debug: (
|
||||
ports: false
|
||||
)
|
||||
|
Reference in New Issue
Block a user