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:
		| @@ -479,7 +479,7 @@ RED.history = (function() { | ||||
|             } | ||||
|         }, | ||||
|         list: function() { | ||||
|             return undo_history | ||||
|             return undo_history; | ||||
|         }, | ||||
|         depth: function() { | ||||
|             return undo_history.length; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user