Skip to content

Commit

Permalink
sd-video removed localize in video
Browse files Browse the repository at this point in the history
  • Loading branch information
abudd1094 committed Oct 9, 2023
1 parent 401fd46 commit 537bed0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/components/src/components/video/video.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { css, html } from 'lit';
import { customElement } from '../../../src/internal/register-custom-element';
import { LocalizeController } from '../../utilities/localize';
import { property } from 'lit/decorators.js';
import cx from 'classix';
import SolidElement from '../../internal/solid-element';
Expand All @@ -21,9 +20,6 @@ import SolidElement from '../../internal/solid-element';
*/
@customElement('sd-video')
export default class SdVideo extends SolidElement {
// TODO: REVIEWER: Am I missing tasks involving the localize controller?
private readonly localize = new LocalizeController(this);

/** True if the contained video is playing. Hides everything when true. */
@property({ type: Boolean, reflect: true }) playing = false;

Expand Down

0 comments on commit 537bed0

Please sign in to comment.