mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	consistent usage of arrow syntax instead of anonymous functions
This commit is contained in:
		| @@ -17,7 +17,7 @@ function showNoteHistoryDialog(noteId, noteHistoryId) { | ||||
|     $.ajax({ | ||||
|         url: baseApiUrl + 'notes-history/' + noteId, | ||||
|         type: 'GET', | ||||
|         success: function (result) { | ||||
|         success: result => { | ||||
|             globalHistoryItems = result; | ||||
|  | ||||
|             for (const row of result) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user