Skip to content

Commit

Permalink
Fix spacing #72197
Browse files Browse the repository at this point in the history
  • Loading branch information
davisrtilde committed Jul 29, 2024
1 parent 3726b61 commit e5dbfd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/polyfills/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ if (!Element.prototype.closest) {
constructor.prototype.children == null) {
Object.defineProperty(constructor.prototype, 'children', {
get: function() {
let nodes = [];
let nodes = [];
try {
nodes = this.childNodes;
} catch(error) {
} catch (error) {
console.log(error);
}
let i = 0, node, children = [];
Expand Down

0 comments on commit e5dbfd4

Please sign in to comment.