venantius / accountant

ClojureScript navigation for single-page applications, made simple.
Eclipse Public License 1.0
250 stars 39 forks source link

Ensure uri.getPort is converted from number to string [#36] #37

Closed minikomi closed 7 years ago

minikomi commented 7 years ago

Wrapping uri.getPort in str ensures they are both the same format, allowing equivalence check to pass when required.

venantius commented 7 years ago

Closing in favor of #38