Skip to content

Commit

Permalink
Missed a reference #3310
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jul 1, 2024
1 parent 63f2a00 commit 2d4a942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/UserConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ class UserConfig {

this.addPairedNunjucksShortcode(name, callback);
this.addPairedLiquidShortcode(name, callback);
this.addJavaScriptShortcode(name, callback);
this.addPairedJavaScriptShortcode(name, callback);
}

// Related: #498
Expand All @@ -426,7 +426,7 @@ class UserConfig {

this.addPairedNunjucksAsyncShortcode(name, callback);
this.addPairedLiquidShortcode(name, callback);
this.addJavaScriptShortcode(name, callback);
this.addPairedJavaScriptShortcode(name, callback);
}

addPairedNunjucksAsyncShortcode(name, callback) {
Expand Down

0 comments on commit 2d4a942

Please sign in to comment.