Skip to content

Commit

Permalink
chore: remove old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Dec 19, 2024
1 parent 8ce3f1a commit 764bc10
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions packages/vimeo-video-element/vimeo-video-element.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,6 @@ class VimeoVideoElement extends (globalThis.HTMLElement ?? class {}) {
return this.#videoHeight;
}

// If the getter from SuperVideoElement is overridden, it's required to define
// the setter again too unless it's a read only property! It's a JS thing.

get src() {
return this.getAttribute('src');
}
Expand Down
3 changes: 0 additions & 3 deletions packages/youtube-video-element/youtube-video-element.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,6 @@ class YoutubeVideoElement extends (globalThis.HTMLElement ?? class {}) {
return this.#readyState;
}

// If the getter from SuperVideoElement is overridden, it's required to define
// the setter again too unless it's a read only property! It's a JS thing.

get src() {
return this.getAttribute('src');
}
Expand Down

0 comments on commit 764bc10

Please sign in to comment.