diff --git a/src/nodes/math.js b/src/nodes/math.js index 93a4b90536..66fff83555 100755 --- a/src/nodes/math.js +++ b/src/nodes/math.js @@ -3,7 +3,7 @@ //Converter function Converter() { - this.addInput("in", "*"); + this.addInput("in", ""); this.addOutput("out"); this.size = [80, 30]; }