Skip to content

Commit

Permalink
Fix rfe/start! example arity
Browse files Browse the repository at this point in the history
The second arg should be the on-navigate callback and the opts should be the third arg.
  • Loading branch information
nivekuil authored Aug 17, 2020
1 parent afd0af8 commit 218cd4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/frontend/browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ event handling:
```clj
(rfe/start!
router
on-navigate-fn
{:use-fragment false
:ignore-anchor-click? (fn [router e el uri]
;; Add additional check on top of the default checks
Expand Down

0 comments on commit 218cd4b

Please sign in to comment.