Merge branch 'dev' of github.com:node-red/node-red into dev

This commit is contained in:
Nick O'Leary
2019-09-30 09:56:01 +01:00

View File

@@ -41,7 +41,7 @@
oneditprepare: function() {
var that = this;
$( "#node-input-outputs" ).spinner({
min:1,
min:0,
change: function(event, ui) {
var value = this.value;
if (!value.match(/^\d+$/)) { value = 1; }