We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f139e8 commit 98fced6Copy full SHA for 98fced6
src/main/cljs/cljs/proxy.cljs
@@ -37,8 +37,8 @@
37
38
Note key-fn is only used for proxied ClojureScript maps. This
39
function should map strings to the appropriate key
40
- representation. All maps proxied from the same ctor fn will share
41
- the same key-fn cache."
+ representation. If unspecified, key-fn defaults to keyword. All maps
+ proxied from the same ctor fn will share the same key-fn cache."
42
([]
43
(builder keyword))
44
([key-fn]
0 commit comments