1
0
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:
Kunihiko Toumura 2019-07-17 09:12:47 +09:00
parent 8847f325ed
commit 2254e4c57e

View File

@ -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;