Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanu1 committed Mar 8, 2022
1 parent 61eb7a4 commit 747f1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/theme-map/VerticalFullPageMapOrchestrator.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ class VerticalFullPageMapOrchestrator extends ANSWERS.Component {
/**
* The callback when a result pin on the map is clicked or tabbed onto
* @param {Number} index The index of the pin in the current result list order
* @param {string} cardId The unique id for the pin entity, usually of the form `js-yl-${meta.id}`
* @param {string} cardId The unique id for the pin entity, usually of the form `js-yl-${uid}`
*/
pinFocusListener (index, cardId) {
this.core.storage.set(StorageKeys.LOCATOR_SELECTED_RESULT, cardId);
Expand Down

0 comments on commit 747f1eb

Please sign in to comment.