Skip to content

Commit

Permalink
:octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Jun 10, 2024
1 parent 831c0d6 commit 19884a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/QROptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,9 @@ export default class QROptions{
*
* let o = new MyExtendedOptions({myMagicProp: 'foo', ...});
*
* note; for some reason we need to add the constructor with a parent call in extended classes even without
* the aforementioned workaround, otherwise the additional properties will not be recognized. wtfjs???
*
* @protected
*/
__workaround__ = [
Expand Down

0 comments on commit 19884a7

Please sign in to comment.