mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-02-08 00:21:11 +01:00
The helper function was used in a number of places, but also a lot of places contained the annotation selector string inline. This commit makes sure that all places use `getAnnotationSelector` consistently to make sure the annotation selector string is only defined in a single place and to improve readability of the test code.