Skip to content

Commit

Permalink
DontForgetG12: fix broken constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae committed Jun 26, 2024
1 parent 7b73538 commit 5558d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DontForgetG12.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

class DontForgetG12 {
constructor() {
constructor( mw, $ ) {
this.mw = mw;
// eslint-disable-next-line no-jquery/variable-pattern
this.$ = $;
Expand Down

0 comments on commit 5558d25

Please sign in to comment.