Skip to content

Commit

Permalink
add tplextension to constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmachuca committed May 6, 2023
1 parent 3fd297c commit a70dea3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/QCObjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -2158,6 +2158,7 @@
templateURI= "",
template,
tplsource= "default",
tplextension,
url= "",
name= "",
method= "GET",
Expand All @@ -2180,6 +2181,7 @@
super({
templateURI,
template,
tplextension,
tplsource,
url,
name,
Expand Down

0 comments on commit a70dea3

Please sign in to comment.