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:
parent
4463a7d4ba
commit
c3d0b1114f
@ -46,6 +46,7 @@
|
|||||||
},
|
},
|
||||||
apply: function(editing_node, editState) {
|
apply: function(editing_node, editState) {
|
||||||
var newValue;
|
var newValue;
|
||||||
|
var d;
|
||||||
if (editing_node._def.defaults) {
|
if (editing_node._def.defaults) {
|
||||||
for (d in editing_node._def.defaults) {
|
for (d in editing_node._def.defaults) {
|
||||||
if (editing_node._def.defaults.hasOwnProperty(d)) {
|
if (editing_node._def.defaults.hasOwnProperty(d)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user