Skip to content
This repository was archived by the owner on Mar 16, 2023. It is now read-only.

Commit 6ccbf18

Browse files
committed
Int, not id!
1 parent fd7a5e1 commit 6ccbf18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ function selectItem(id)
728728

729729
/**
730730
* Displays a note from cache and selects it in the list.
731-
* @param {id} id Note ID.
731+
* @param {int} id Note ID.
732732
* @param {boolean} select If true, highlights the loaded note in the list.
733733
*/
734734
function loadNote(id, select)

0 commit comments

Comments
 (0)