Skip to content

Commit 5685fa7

Browse files
committed
some more cases in comment
1 parent c56d961 commit 5685fa7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/cljs/cljs/proxy.cljs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@
9898
(require '[goog.object :as gobj])
9999
(gobj/get proxied-map "foo")
100100
(gobj/get proxied-map "bar")
101+
(gobj/getKeys proxied-map)
102+
(.keys js/Object proxied-map)
101103

102104
(time
103105
(dotimes [i 1e7]

0 commit comments

Comments
 (0)