Skip to content

Commit

Permalink
chore: style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Apr 12, 2024
1 parent 6b5110e commit b4b4f9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ const ArrayConstructors = [
];

ArrayConstructors.forEach((ArrayConstructor) => {
if (!Object.prototype.hasOwnProperty.call(ArrayConstructor, "at")) {
if (!Object.prototype.hasOwnProperty.call(ArrayConstructor, 'at')) {
ArrayConstructor.prototype.at = at;
}
});

0 comments on commit b4b4f9f

Please sign in to comment.