-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ghost
committed
Oct 19, 2023
1 parent
2ec6b36
commit c71adaf
Showing
5 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
import { HTMLParsedElement } from "/lib/[email protected]" | ||
|
||
// -- impls -- | ||
/// a dumpling layer | ||
export class Layer extends HTMLParsedElement { | ||
/// a dumpling basket | ||
export class Basket extends HTMLParsedElement { | ||
// -- commands -- | ||
/// spawn dumpling from record | ||
spawn({ | ||
|
@@ -54,4 +54,4 @@ export class Layer extends HTMLParsedElement { | |
} | ||
} | ||
|
||
customElements.define("l-ayer", Layer) | ||
customElements.define("b-asket", Basket) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters