mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Property expressions must not be blank
This commit is contained in:
@@ -284,6 +284,9 @@ RED.utils = (function() {
|
||||
// in red/runtime/util.js
|
||||
|
||||
var length = str.length;
|
||||
if (length === 0) {
|
||||
return false;
|
||||
}
|
||||
var start = 0;
|
||||
var inString = false;
|
||||
var inBox = false;
|
||||
|
Reference in New Issue
Block a user