Skip to content

Commit

Permalink
+1
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Jan 18, 2025
1 parent fd92a0e commit ec6c62c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion state/arg/arg.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ namespace $ {
this.href( this.link( next ) )
}

static clone() {}
static commit() {}

constructor( public prefix = '' ) {
super()
Expand Down
2 changes: 1 addition & 1 deletion state/arg/arg.web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ namespace $ {
}

@ $mol_action
static clone() {
static commit() {
$mol_dom.history.pushState(
$mol_dom.history.state,
$mol_dom.document.title,
Expand Down

0 comments on commit ec6c62c

Please sign in to comment.