Skip to content

Commit

Permalink
Changes requested by @raquo.
Browse files Browse the repository at this point in the history
  • Loading branch information
arturaz committed Feb 25, 2025
1 parent e1511f1 commit 9738303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/src/main/scala/com/raquo/waypoint/Router.scala
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ object Router {
def replacePageTitle(title: String): Unit

/** @see [[Router.origin]] */
def origin: String
val origin: String
}

/** The contravariant side of the router. */
Expand Down Expand Up @@ -371,7 +371,7 @@ object Router {
/** The covariant side of the router. */
trait Out[+BasePage] extends Shared {
/** @see [[Router.currentPageSignal]] */
def currentPageSignal: StrictSignal[BasePage]
val currentPageSignal: StrictSignal[BasePage]

/** @see [[Router.pageForAbsoluteUrl]] */
def pageForAbsoluteUrl(url: String): Option[BasePage]
Expand Down

0 comments on commit 9738303

Please sign in to comment.