Skip to content

Commit

Permalink
deploy: da3608b
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusf committed May 18, 2023
1 parent 079269b commit a606c23
Show file tree
Hide file tree
Showing 3 changed files with 5,413 additions and 5,415 deletions.
4 changes: 2 additions & 2 deletions bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -452,10 +452,10 @@ var __createBinding;
if (result === null || typeof result !== "object") throw new TypeError("Object expected");
if (_ = accept(result.get)) descriptor.get = _;
if (_ = accept(result.set)) descriptor.set = _;
if (_ = accept(result.init)) initializers.push(_);
if (_ = accept(result.init)) initializers.unshift(_);
}
else if (_ = accept(result)) {
if (kind === "field") initializers.push(_);
if (kind === "field") initializers.unshift(_);
else descriptor[key] = _;
}
}
Expand Down
Loading

0 comments on commit a606c23

Please sign in to comment.