1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Fix jshint error

This commit is contained in:
Nick O'Leary 2021-09-02 16:37:13 +01:00
parent 4463a7d4ba
commit c3d0b1114f
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -46,6 +46,7 @@
},
apply: function(editing_node, editState) {
var newValue;
var d;
if (editing_node._def.defaults) {
for (d in editing_node._def.defaults) {
if (editing_node._def.defaults.hasOwnProperty(d)) {