Skip to content

Commit

Permalink
Fixed call to Application parent class
Browse files Browse the repository at this point in the history
  • Loading branch information
RaySSharma committed Mar 10, 2020
1 parent 9f43da4 commit ed08aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encounter-builder/src/builder-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Handlebars.registerHelper("capitalizeAll", function (str) {

class EncounterBuilderApplication extends Application {
constructor(Actors, options = {}) {
super(Actors, options);
super(options);

this.object = Actors
this.pc = [];
Expand Down

0 comments on commit ed08aad

Please sign in to comment.