Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
Co-authored-by: Dasa Paddock <dpaddock@esri.com>
  • Loading branch information
TrickyPi and dasa committed Jul 14, 2023
1 parent f3b167e commit 161dbcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/commonjs/src/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function getAugmentedNamespace(n) {
if (typeof f == "function") {
var a = function a () {
if (this instanceof a) {
return Reflect.construct(f, [...arguments], this.constructor);
return Reflect.construct(f, arguments, this.constructor);
}
return f.apply(this, arguments);
};
Expand Down

0 comments on commit 161dbcf

Please sign in to comment.