Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
style(store): adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrutjes committed May 27, 2017
1 parent cbec746 commit 8660a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class Store {
this._helper = algoliaHelper;

// Here we enforce custom highlight tags for handling XSS protection.
// We also make sure that we keep the current page as this operation resets it.
// We also make sure that we keep the current page as setQueryParameter resets it.
const page = this._helper.getPage();
this._helper.setQueryParameter('highlightPreTag', HIGHLIGHT_PRE_TAG);
this._helper.setQueryParameter('highlightPostTag', HIGHLIGHT_POST_TAG);
Expand Down

0 comments on commit 8660a26

Please sign in to comment.