Port label editor starting point

This commit is contained in:
Nick O'Leary
2017-01-29 23:01:31 +00:00
parent 50838970ec
commit d7c516ab00
5 changed files with 129 additions and 53 deletions

View File

@@ -77,7 +77,9 @@
noerr: {value:0,required:true,validate:function(v){ return ((!v) || (v === 0)) ? true : false; }}
},
inputs:1,
inputLabels: [],
outputs:1,
outputLabels: [],
icon: "function.png",
label: function() {
return this.name;