mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
minor fix (add semicolon)
This commit is contained in:
parent
8847f325ed
commit
2254e4c57e
@ -479,7 +479,7 @@ RED.history = (function() {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
list: function() {
|
list: function() {
|
||||||
return undo_history
|
return undo_history;
|
||||||
},
|
},
|
||||||
depth: function() {
|
depth: function() {
|
||||||
return undo_history.length;
|
return undo_history.length;
|
||||||
|
Loading…
Reference in New Issue
Block a user