mirror of https://github.com/node-red/node-red.git
Fix jshint error
parent
4463a7d4ba
commit
c3d0b1114f
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue