Skip to content

Commit

Permalink
chore(playground): remove unused state property
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA committed Jan 22, 2025
1 parent 03f68db commit d8480cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/lit/play/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export class PlayRunner extends LitElement {
static properties = {
code: { type: Object },
srcPrefix: { type: String, attribute: "src-prefix" },
_src: { state: true },
};

static styles = styles;
Expand Down

0 comments on commit d8480cc

Please sign in to comment.