We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0f6f0 commit 059ab8cCopy full SHA for 059ab8c
src/pushy/core.cljs
@@ -59,7 +59,7 @@
59
* match-fn: the function used to check if a particular route exists
60
* identity-fn: (optional) extract the route from value returned by match-fn"
61
[dispatch-fn match-fn &
62
- {:keys [processable-url? identity-fn]
+ {:keys [processable-url? identity-fn prevent-default-when-no-match?]
63
:or {processable-url? processable-url?
64
identity-fn identity
65
prevent-default-when-no-match? (constantly false)}}]
0 commit comments