Skip to content

Commit

Permalink
Update function name
Browse files Browse the repository at this point in the history
  • Loading branch information
olivaresf committed Oct 30, 2023
1 parent 1310937 commit bb46c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WebView/turbo.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
this.postMessage("visitProposed", { location: location.toString(), options: options })
}

visitProposedToNonVisitableLocation(location) {
adapterVisitProposedToNonVisitableLocation(location) {
this.postMessage("visitProposed", { location: location.toString(), options: { } })
}

Expand Down

0 comments on commit bb46c89

Please sign in to comment.