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

Commit

Permalink
Int, not id!
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Feb 2, 2015
1 parent fd7a5e1 commit 6ccbf18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ function selectItem(id)

/**
* Displays a note from cache and selects it in the list.
* @param {id} id Note ID.
* @param {int} id Note ID.
* @param {boolean} select If true, highlights the loaded note in the list.
*/
function loadNote(id, select)
Expand Down

0 comments on commit 6ccbf18

Please sign in to comment.