Update padding and fix wiring order

This commit is contained in:
Sam El-Husseini
2017-12-26 23:19:04 -08:00
parent afaedaa0b2
commit c398a5a133
5 changed files with 11 additions and 11 deletions

View File

@ -12,6 +12,7 @@ namespace pxsim.visuals {
constructor(protected parent: SVGSVGElement, protected globalDefs: SVGDefsElement, protected state: T, protected port: number) {
super(state);
}
getInnerWidth(): number {
@ -57,7 +58,6 @@ namespace pxsim.visuals {
}
onComponentVisible() {
}
}
}