mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge pull request #2156 from bernardobelchior/patch-1
Remove unnecessary ternary
This commit is contained in:
		| @@ -27,7 +27,7 @@ | ||||
|             name: {value:""}, | ||||
|             func: {value:"\nreturn msg;"}, | ||||
|             outputs: {value:1}, | ||||
|             noerr: {value:0,required:true,validate:function(v) { return ((!v) || (v === 0)) ? true : false; }} | ||||
|             noerr: {value:0,required:true,validate:function(v) { return !v; }} | ||||
|         }, | ||||
|         inputs:1, | ||||
|         outputs:1, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user