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