minor fix (add semicolon)

This commit is contained in:
Kunihiko Toumura 2019-07-17 09:12:47 +09:00
parent 8847f325ed
commit 2254e4c57e
1 changed files with 1 additions and 1 deletions

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;