mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Remove redundant conditional
This commit is contained in:
parent
12ff3abeda
commit
f0b1585b52
@ -27,7 +27,7 @@
|
|||||||
name: {value:""},
|
name: {value:""},
|
||||||
func: {value:"\nreturn msg;"},
|
func: {value:"\nreturn msg;"},
|
||||||
outputs: {value:1},
|
outputs: {value:1},
|
||||||
noerr: {value:0,required:true,validate:function(v) { return ((!v) || (v === 0)); }}
|
noerr: {value:0,required:true,validate:function(v) { return !v; }}
|
||||||
},
|
},
|
||||||
inputs:1,
|
inputs:1,
|
||||||
outputs:1,
|
outputs:1,
|
||||||
|
Loading…
Reference in New Issue
Block a user