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 65945bb commit 3f139e8Copy full SHA for 3f139e8
src/main/cljs/cljs/proxy.cljs
@@ -29,7 +29,7 @@
29
(def proxied-vec (proxy [1 2 3 4]))
30
(aget proxied-vec 1) ;; => 2
31
32
- Access patterns from JavaScript on these proxied values will lazily
+ Access patterns from JavaScript on these proxied values will lazily,
33
recursively return further proxied values:
34
35
(def nested-proxies (proxy [{:foo 1 :bar 2}]))
0 commit comments